Shades of Dixie #CB822F
Tints of Dixie #CB822F
RGB
CMYK
RGB Variations
Color information
#CB822F (or 0xCB822F) is known color: Dixie. HEX triplet: CB, 82 and 2F. RGB value is (203,130,47). Sum of RGB (Red+Green+Blue) = 203+130+47=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB822F is #347DD0. Grayscale: #8E8E8E. Windows color (decimal): -3440081 or 3113675. OLE color: 3113675.
HSL color Cylindrical-coordinate representation of color #CB822F: hue angle of 31.92º 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 #CB822F is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 47 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.20 |
| HSL | 31.92º | 0.62% | 0.49% | - |
| HSV(B) | 31.92º | 0.77% | 0.8% | - |
| XYZ | 33.12 | 28.87 | 6.52 | - |
| YUV | 142.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 47 | 0 | 0.36 | 0.77 | 0.20 | 31.92 | 0.62 | 0.49 |
| Hex | CB | 82 | 2F | 0 | 24 | 4D | 14 | 20 | 3E | 31 |
| Octal | 313 | 202 | 57 | 0 | 44 | 115 | 24 | 40 | 76 | 61 |
| Binary | 11001011 | 10000010 | 101111 | 0 | 100100 | 1001101 | 10100 | 100000 | 111110 | 110001 |
Color Harmonies of #CB822F
Complementary color
Monochromatic Colors of #CB822F
Black with #CB822F
Text Example
Text Example
White with #CB822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB822F; }
p { color: rgb(203,130,47); }
H1.HeaderClassName
{
color: #CB822F;
}
.AnyTagClassName
{
color: #CB822F;
}
</style>
background-color css
<style>
a { background-color: #CB822F; }
a { background-color: rgb(203,130,47); }
div.DivClassName
{
background-color: #CB822F;
}
.BgClassName
{
background-color: #CB822F;
}
</style>
border-color css
<style>
span { border-color: #CB822F; }
span { border-color: rgb(203,130,47); }
td.TdClassName
{
border-color: #CB822F;
}
.TagClassName
{
border-color: #CB822F;
}
</style>