Shades of Dixie #CB812F
Tints of Dixie #CB812F
RGB
CMYK
RGB Variations
Color information
#CB812F (or 0xCB812F) is known color: Dixie. HEX triplet: CB, 81 and 2F. RGB value is (203,129,47). Sum of RGB (Red+Green+Blue) = 203+129+47=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB812F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB812F is #347ED0. Grayscale: #8E8E8E. Windows color (decimal): -3440337 or 3113419. OLE color: 3113419.
HSL color Cylindrical-coordinate representation of color #CB812F: hue angle of 31.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB812F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 47 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.20 |
| HSL | 31.54º | 0.62% | 0.49% | - |
| HSV(B) | 31.54º | 0.77% | 0.8% | - |
| XYZ | 32.99 | 28.6 | 6.47 | - |
| YUV | 141.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 47 | 0 | 0.36 | 0.77 | 0.20 | 31.54 | 0.62 | 0.49 |
| Hex | CB | 81 | 2F | 0 | 24 | 4D | 14 | 20 | 3E | 31 |
| Octal | 313 | 201 | 57 | 0 | 44 | 115 | 24 | 40 | 76 | 61 |
| Binary | 11001011 | 10000001 | 101111 | 0 | 100100 | 1001101 | 10100 | 100000 | 111110 | 110001 |
Color Harmonies of #CB812F
Complementary color
Monochromatic Colors of #CB812F
Black with #CB812F
Text Example
Text Example
White with #CB812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB812F; }
p { color: rgb(203,129,47); }
H1.HeaderClassName
{
color: #CB812F;
}
.AnyTagClassName
{
color: #CB812F;
}
</style>
background-color css
<style>
a { background-color: #CB812F; }
a { background-color: rgb(203,129,47); }
div.DivClassName
{
background-color: #CB812F;
}
.BgClassName
{
background-color: #CB812F;
}
</style>
border-color css
<style>
span { border-color: #CB812F; }
span { border-color: rgb(203,129,47); }
td.TdClassName
{
border-color: #CB812F;
}
.TagClassName
{
border-color: #CB812F;
}
</style>