#CC8552

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

Shades of Raw Sienna #CC8552

Tints of Raw Sienna #CC8552

Color information

#CC8552 (or 0xCC8552) is unknown color: approx Raw Sienna. HEX triplet: CC, 85 and 52. RGB value is (204,133,82). Sum of RGB (Red+Green+Blue) = 204+133+82=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8552 is #337AAD. Grayscale: #949494. Windows color (decimal): -3373742 or 5408204. OLE color: 5408204.

HSL color Cylindrical-coordinate representation of color #CC8552: hue angle of 25.08º 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 #CC8552 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20413382-
CMYK00.350.600.2
HSL25.08º54.46%56.08%-
HSV(B)25.08º59.8%80%-
XYZ34.8130.2211.98-
YUV148.4290.52167.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 82 (32.42% from 255) = 19.57%
R=48.69%
G=31.74%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041338200.350.600.225.0854.4656.08
HexCC85520233C14193638
Octal3142051220437424316670
Binary1100110010000101101001001000111111001010011001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8552; }

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

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

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

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

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

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

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

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