Shades of Dixie #CB8731
Tints of Dixie #CB8731
RGB
CMYK
RGB Variations
Color information
#CB8731 (or 0xCB8731) is known color: Dixie. HEX triplet: CB, 87 and 31. RGB value is (203,135,49). Sum of RGB (Red+Green+Blue) = 203+135+49=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8731 is #3478CE. Grayscale: #919191. Windows color (decimal): -3438799 or 3246027. OLE color: 3246027.
HSL color Cylindrical-coordinate representation of color #CB8731: hue angle of 33.51º 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 #CB8731 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 49 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.20 |
| HSL | 33.51º | 0.61% | 0.49% | - |
| HSV(B) | 33.51º | 0.76% | 0.8% | - |
| XYZ | 33.85 | 30.25 | 6.96 | - |
| YUV | 145.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 49 | 0 | 0.33 | 0.76 | 0.20 | 33.51 | 0.61 | 0.49 |
| Hex | CB | 87 | 31 | 0 | 21 | 4C | 14 | 22 | 3D | 31 |
| Octal | 313 | 207 | 61 | 0 | 41 | 114 | 24 | 42 | 75 | 61 |
| Binary | 11001011 | 10000111 | 110001 | 0 | 100001 | 1001100 | 10100 | 100010 | 111101 | 110001 |
Color Harmonies of #CB8731
Complementary color
Monochromatic Colors of #CB8731
Black with #CB8731
Text Example
Text Example
White with #CB8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8731; }
p { color: rgb(203,135,49); }
H1.HeaderClassName
{
color: #CB8731;
}
.AnyTagClassName
{
color: #CB8731;
}
</style>
background-color css
<style>
a { background-color: #CB8731; }
a { background-color: rgb(203,135,49); }
div.DivClassName
{
background-color: #CB8731;
}
.BgClassName
{
background-color: #CB8731;
}
</style>
border-color css
<style>
span { border-color: #CB8731; }
span { border-color: rgb(203,135,49); }
td.TdClassName
{
border-color: #CB8731;
}
.TagClassName
{
border-color: #CB8731;
}
</style>