#CA862E

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

Shades of Dixie #CA862E

Tints of Dixie #CA862E

Color information

#CA862E (or 0xCA862E) is unknown color: approx Dixie. HEX triplet: CA, 86 and 2E. RGB value is (202,134,46). Sum of RGB (Red+Green+Blue) = 202+134+46=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA862E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA862E is #3579D1. Grayscale: #909090. Windows color (decimal): -3504594 or 3049162. OLE color: 3049162.

HSL color Cylindrical-coordinate representation of color #CA862E: hue angle of 33.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA862E is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB20213446-
CMYK00.340.770.21
HSL33.85º62.9%48.63%-
HSV(B)33.85º77.23%79.22%-
XYZ33.3829.86.58-
YUV144.372.53169.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 46 (18.36% from 255) = 12.04%
R=52.88%
G=35.08%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021344600.340.770.2133.8562.948.63
HexCA862E0224D15223f31
Octal3122065604211525427761
Binary11001010100001101011100100010100110110101100010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA862E; }

 p { color: rgb(202,134,46); }

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

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

 a { background-color: rgb(202,134,46); }

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

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

 span { border-color: rgb(202,134,46); }

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