#CA8835

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

Shades of Dixie #CA8835

Tints of Dixie #CA8835

Color information

#CA8835 (or 0xCA8835) is unknown color: approx Dixie. HEX triplet: CA, 88 and 35. RGB value is (202,136,53). Sum of RGB (Red+Green+Blue) = 202+136+53=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8835 is #3577CA. Grayscale: #929292. Windows color (decimal): -3504075 or 3508426. OLE color: 3508426.

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

Color convert

RGB20213653-
CMYK00.330.740.21
HSL33.42º58.43%50%-
HSV(B)33.42º73.76%79.22%-
XYZ33.830.427.46-
YUV146.2775.37167.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 53 (21.09% from 255) = 13.55%
R=51.66%
G=34.78%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021365300.330.740.2133.4258.4350
HexCA88350214A15213a32
Octal3122106504111225417262
Binary11001010100010001101010100001100101010101100001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8835; }

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

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

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

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

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

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

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

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