#C88836

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

Shades of Dixie #C88836

Tints of Dixie #C88836

Color information

#C88836 (or 0xC88836) is unknown color: approx Dixie. HEX triplet: C8, 88 and 36. RGB value is (200,136,54). Sum of RGB (Red+Green+Blue) = 200+136+54=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C88836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88836 is #3777C9. Grayscale: #929292. Windows color (decimal): -3635146 or 3573960. OLE color: 3573960.

HSL color Cylindrical-coordinate representation of color #C88836: hue angle of 33.7º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C88836 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB20013654-
CMYK00.320.730.22
HSL33.7º57.48%49.8%-
HSV(B)33.7º73%78.43%-
XYZ33.2930.157.56-
YUV145.7976.2166.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 54 (21.48% from 255) = 13.85%
R=51.28%
G=34.87%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001365400.320.730.2233.757.4849.8
HexC888360204916223932
Octal3102106604011126427162
Binary11001000100010001101100100000100100110110100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88836; }

 p { color: rgb(200,136,54); }

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

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

 a { background-color: rgb(200,136,54); }

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

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

 span { border-color: rgb(200,136,54); }

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