Shades of Dixie #CA8736
Tints of Dixie #CA8736
RGB
CMYK
RGB Variations
Color information
#CA8736 (or 0xCA8736) is known color: Dixie. HEX triplet: CA, 87 and 36. RGB value is (202,135,54). Sum of RGB (Red+Green+Blue) = 202+135+54=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8736 is #3578C9. Grayscale: #929292. Windows color (decimal): -3504330 or 3573706. OLE color: 3573706.
HSL color Cylindrical-coordinate representation of color #CA8736: hue angle of 32.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA8736 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 54 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.21 |
| HSL | 32.84º | 0.58% | 0.5% | - |
| HSV(B) | 32.84º | 0.73% | 0.79% | - |
| XYZ | 33.69 | 30.15 | 7.53 | - |
| YUV | 145.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 54 | 0 | 0.33 | 0.73 | 0.21 | 32.84 | 0.58 | 0.5 |
| Hex | CA | 87 | 36 | 0 | 21 | 49 | 15 | 21 | 3A | 32 |
| Octal | 312 | 207 | 66 | 0 | 41 | 111 | 25 | 41 | 72 | 62 |
| Binary | 11001010 | 10000111 | 110110 | 0 | 100001 | 1001001 | 10101 | 100001 | 111010 | 110010 |
Color Harmonies of #CA8736
Complementary color
Monochromatic Colors of #CA8736
Black with #CA8736
Text Example
Text Example
White with #CA8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8736; }
p { color: rgb(202,135,54); }
H1.HeaderClassName
{
color: #CA8736;
}
.AnyTagClassName
{
color: #CA8736;
}
</style>
background-color css
<style>
a { background-color: #CA8736; }
a { background-color: rgb(202,135,54); }
div.DivClassName
{
background-color: #CA8736;
}
.BgClassName
{
background-color: #CA8736;
}
</style>
border-color css
<style>
span { border-color: #CA8736; }
span { border-color: rgb(202,135,54); }
td.TdClassName
{
border-color: #CA8736;
}
.TagClassName
{
border-color: #CA8736;
}
</style>