#CA7E52

Color #CA7E52 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CA7E52

Tints of Raw Sienna #CA7E52

Color information

#CA7E52 (or 0xCA7E52) is unknown color: approx Raw Sienna. HEX triplet: CA, 7E and 52. RGB value is (202,126,82). Sum of RGB (Red+Green+Blue) = 202+126+82=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E52 is #3581AD. Grayscale: #8F8F8F. Windows color (decimal): -3506606 or 5406410. OLE color: 5406410.

HSL color Cylindrical-coordinate representation of color #CA7E52: hue angle of 22º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA7E52 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20212682-
CMYK00.380.590.21
HSL22º53.1%55.69%-
HSV(B)22º59.41%79.22%-
XYZ33.3428.0911.65-
YUV143.7193.18169.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 82 (32.42% from 255) = 20%
R=49.27%
G=30.73%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021268200.380.590.212253.155.69
HexCA7E520263B15163538
Octal3121761220467325266570
Binary110010101111110101001001001101110111010110110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E52; }

 p { color: rgb(202,126,82); }

 H1.HeaderClassName
 {
   color: #CA7E52;
 }
 .AnyTagClassName
 {
   color: #CA7E52;
 }
</style>
background-color css

<style>
 a { background-color: #CA7E52; }

 a { background-color: rgb(202,126,82); }

 div.DivClassName
 {
   background-color: #CA7E52;
 }
 .BgClassName
 {
   background-color: #CA7E52;
 }
</style>
border-color css

<style>
 span { border-color: #CA7E52; }

 span { border-color: rgb(202,126,82); }

 td.TdClassName
 {
   border-color: #CA7E52;
 }
 .TagClassName
 {
   border-color: #CA7E52;
 }
</style>