Shades of Dixie #CB862C
Tints of Dixie #CB862C
RGB
CMYK
RGB Variations
Color information
#CB862C (or 0xCB862C) is known color: Dixie. HEX triplet: CB, 86 and 2C. RGB value is (203,134,44). Sum of RGB (Red+Green+Blue) = 203+134+44=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB862C is #3479D3. Grayscale: #909090. Windows color (decimal): -3439060 or 2918091. OLE color: 2918091.
HSL color Cylindrical-coordinate representation of color #CB862C: hue angle of 33.96º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB862C is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 44 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.20 |
| HSL | 33.96º | 0.64% | 0.48% | - |
| HSV(B) | 33.96º | 0.78% | 0.8% | - |
| XYZ | 33.61 | 29.93 | 6.39 | - |
| YUV | 144.37 | 71.36 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 44 | 0 | 0.34 | 0.78 | 0.20 | 33.96 | 0.64 | 0.48 |
| Hex | CB | 86 | 2C | 0 | 22 | 4E | 14 | 22 | 40 | 30 |
| Octal | 313 | 206 | 54 | 0 | 42 | 116 | 24 | 42 | 100 | 60 |
| Binary | 11001011 | 10000110 | 101100 | 0 | 100010 | 1001110 | 10100 | 100010 | 1000000 | 110000 |
Color Harmonies of #CB862C
Complementary color
Monochromatic Colors of #CB862C
Black with #CB862C
Text Example
Text Example
White with #CB862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB862C; }
p { color: rgb(203,134,44); }
H1.HeaderClassName
{
color: #CB862C;
}
.AnyTagClassName
{
color: #CB862C;
}
</style>
background-color css
<style>
a { background-color: #CB862C; }
a { background-color: rgb(203,134,44); }
div.DivClassName
{
background-color: #CB862C;
}
.BgClassName
{
background-color: #CB862C;
}
</style>
border-color css
<style>
span { border-color: #CB862C; }
span { border-color: rgb(203,134,44); }
td.TdClassName
{
border-color: #CB862C;
}
.TagClassName
{
border-color: #CB862C;
}
</style>