#CA7C52

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

Shades of Raw Sienna #CA7C52

Tints of Raw Sienna #CA7C52

Color information

#CA7C52 (or 0xCA7C52) is unknown color: approx Raw Sienna. HEX triplet: CA, 7C and 52. RGB value is (202,124,82). Sum of RGB (Red+Green+Blue) = 202+124+82=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C52 is #3583AD. Grayscale: #8E8E8E. Windows color (decimal): -3507118 or 5405898. OLE color: 5405898.

HSL color Cylindrical-coordinate representation of color #CA7C52: hue angle of 21º 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 #CA7C52 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20212482-
CMYK00.390.590.21
HSL21º53.1%55.69%-
HSV(B)21º59.41%79.22%-
XYZ33.0927.5811.56-
YUV142.5393.84170.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 124 (48.83% from 255) = 30.39%
BLUE value IS 82 (32.42% from 255) = 20.10%
R=49.51%
G=30.39%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021248200.390.590.212153.155.69
HexCA7C520273B15153538
Octal3121741220477325256570
Binary110010101111100101001001001111110111010110101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C52; }

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

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

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

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

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

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

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

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