#C88935

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

Shades of Dixie #C88935

Tints of Dixie #C88935

Color information

#C88935 (or 0xC88935) is unknown color: approx Dixie. HEX triplet: C8, 89 and 35. RGB value is (200,137,53). Sum of RGB (Red+Green+Blue) = 200+137+53=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C88935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88935 is #3776CA. Grayscale: #929292. Windows color (decimal): -3634891 or 3508680. OLE color: 3508680.

HSL color Cylindrical-coordinate representation of color #C88935: hue angle of 34.29º 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 #C88935 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20013753-
CMYK00.320.740.22
HSL34.29º58.1%49.61%-
HSV(B)34.29º73.5%78.43%-
XYZ33.4130.437.48-
YUV146.2675.37166.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 53 (21.09% from 255) = 13.59%
R=51.28%
G=35.13%
B=13.59%

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
Decimal2001375300.320.740.2234.2958.149.61
HexC889350204A16223a32
Octal3102116504011226427262
Binary11001000100010011101010100000100101010110100010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88935; }

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

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

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

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

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

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

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

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