Shades of Dixie #CB8434
Tints of Dixie #CB8434
RGB
CMYK
RGB Variations
Color information
#CB8434 (or 0xCB8434) is known color: Dixie. HEX triplet: CB, 84 and 34. RGB value is (203,132,52). Sum of RGB (Red+Green+Blue) = 203+132+52=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8434 is #347BCB. Grayscale: #909090. Windows color (decimal): -3439564 or 3441867. OLE color: 3441867.
HSL color Cylindrical-coordinate representation of color #CB8434: hue angle of 31.79º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB8434 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 52 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.20 |
| HSL | 31.79º | 0.59% | 0.5% | - |
| HSV(B) | 31.79º | 0.74% | 0.8% | - |
| XYZ | 33.5 | 29.45 | 7.17 | - |
| YUV | 144.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 52 | 0 | 0.35 | 0.74 | 0.20 | 31.79 | 0.59 | 0.5 |
| Hex | CB | 84 | 34 | 0 | 23 | 4A | 14 | 20 | 3B | 32 |
| Octal | 313 | 204 | 64 | 0 | 43 | 112 | 24 | 40 | 73 | 62 |
| Binary | 11001011 | 10000100 | 110100 | 0 | 100011 | 1001010 | 10100 | 100000 | 111011 | 110010 |
Color Harmonies of #CB8434
Complementary color
Monochromatic Colors of #CB8434
Black with #CB8434
Text Example
Text Example
White with #CB8434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8434; }
p { color: rgb(203,132,52); }
H1.HeaderClassName
{
color: #CB8434;
}
.AnyTagClassName
{
color: #CB8434;
}
</style>
background-color css
<style>
a { background-color: #CB8434; }
a { background-color: rgb(203,132,52); }
div.DivClassName
{
background-color: #CB8434;
}
.BgClassName
{
background-color: #CB8434;
}
</style>
border-color css
<style>
span { border-color: #CB8434; }
span { border-color: rgb(203,132,52); }
td.TdClassName
{
border-color: #CB8434;
}
.TagClassName
{
border-color: #CB8434;
}
</style>