#C88835

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

Shades of Dixie #C88835

Tints of Dixie #C88835

Color information

#C88835 (or 0xC88835) is unknown color: approx Dixie. HEX triplet: C8, 88 and 35. RGB value is (200,136,53). Sum of RGB (Red+Green+Blue) = 200+136+53=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C88835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88835 is #3777CA. Grayscale: #929292. Windows color (decimal): -3635147 or 3508424. OLE color: 3508424.

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

Color convert

RGB20013653-
CMYK00.320.740.22
HSL33.88º58.1%49.61%-
HSV(B)33.88º73.5%78.43%-
XYZ33.2730.147.43-
YUV145.6775.7166.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=51.41%
G=34.96%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001365300.320.740.2233.8858.149.61
HexC888350204A16223a32
Octal3102106504011226427262
Binary11001000100010001101010100000100101010110100010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88835; }

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

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

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

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

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

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

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

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