#CC7E52

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

Shades of Raw Sienna #CC7E52

Tints of Raw Sienna #CC7E52

Color information

#CC7E52 (or 0xCC7E52) is unknown color: approx Raw Sienna. HEX triplet: CC, 7E and 52. RGB value is (204,126,82). Sum of RGB (Red+Green+Blue) = 204+126+82=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E52 is #3381AD. Grayscale: #909090. Windows color (decimal): -3375534 or 5406412. OLE color: 5406412.

HSL color Cylindrical-coordinate representation of color #CC7E52: hue angle of 21.64º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC7E52 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20412682-
CMYK00.380.600.2
HSL21.64º54.46%56.08%-
HSV(B)21.64º59.8%80%-
XYZ33.8928.3711.67-
YUV144.3192.84170.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=49.51%
G=30.58%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041268200.380.600.221.6454.4656.08
HexCC7E520263C14163638
Octal3141761220467424266670
Binary110011001111110101001001001101111001010010110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E52; }

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

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

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

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

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

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

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

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