Shades of Dixie #CB8231
Tints of Dixie #CB8231
RGB
CMYK
RGB Variations
Color information
#CB8231 (or 0xCB8231) is known color: Dixie. HEX triplet: CB, 82 and 31. RGB value is (203,130,49). Sum of RGB (Red+Green+Blue) = 203+130+49=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8231 is #347DCE. Grayscale: #8E8E8E. Windows color (decimal): -3440079 or 3244747. OLE color: 3244747.
HSL color Cylindrical-coordinate representation of color #CB8231: hue angle of 31.56º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB8231 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 49 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.20 |
| HSL | 31.56º | 0.61% | 0.49% | - |
| HSV(B) | 31.56º | 0.76% | 0.8% | - |
| XYZ | 33.17 | 28.88 | 6.73 | - |
| YUV | 142.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 49 | 0 | 0.36 | 0.76 | 0.20 | 31.56 | 0.61 | 0.49 |
| Hex | CB | 82 | 31 | 0 | 24 | 4C | 14 | 20 | 3D | 31 |
| Octal | 313 | 202 | 61 | 0 | 44 | 114 | 24 | 40 | 75 | 61 |
| Binary | 11001011 | 10000010 | 110001 | 0 | 100100 | 1001100 | 10100 | 100000 | 111101 | 110001 |
Color Harmonies of #CB8231
Complementary color
Monochromatic Colors of #CB8231
Black with #CB8231
Text Example
Text Example
White with #CB8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8231; }
p { color: rgb(203,130,49); }
H1.HeaderClassName
{
color: #CB8231;
}
.AnyTagClassName
{
color: #CB8231;
}
</style>
background-color css
<style>
a { background-color: #CB8231; }
a { background-color: rgb(203,130,49); }
div.DivClassName
{
background-color: #CB8231;
}
.BgClassName
{
background-color: #CB8231;
}
</style>
border-color css
<style>
span { border-color: #CB8231; }
span { border-color: rgb(203,130,49); }
td.TdClassName
{
border-color: #CB8231;
}
.TagClassName
{
border-color: #CB8231;
}
</style>