#CC8736

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

Shades of Dixie #CC8736

Tints of Dixie #CC8736

Color information

#CC8736 (or 0xCC8736) is unknown color: approx Dixie. HEX triplet: CC, 87 and 36. RGB value is (204,135,54). Sum of RGB (Red+Green+Blue) = 204+135+54=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8736 is #3378C9. Grayscale: #929292. Windows color (decimal): -3373258 or 3573708. OLE color: 3573708.

HSL color Cylindrical-coordinate representation of color #CC8736: hue angle of 32.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC8736 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20413554-
CMYK00.340.740.2
HSL32.4º59.52%50.59%-
HSV(B)32.4º73.53%80%-
XYZ34.2330.437.56-
YUV146.475.86169.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 54 (21.48% from 255) = 13.74%
R=51.91%
G=34.35%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041355400.340.740.232.459.5250.59
HexCC87360224A14203c33
Octal3142076604211224407463
Binary11001100100001111101100100010100101010100100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8736; }

 p { color: rgb(204,135,54); }

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

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

 a { background-color: rgb(204,135,54); }

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

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

 span { border-color: rgb(204,135,54); }

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