Shades of Dixie #CB8533
Tints of Dixie #CB8533
RGB
CMYK
RGB Variations
Color information
#CB8533 (or 0xCB8533) is known color: Dixie. HEX triplet: CB, 85 and 33. RGB value is (203,133,51). Sum of RGB (Red+Green+Blue) = 203+133+51=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8533 is #347ACC. Grayscale: #909090. Windows color (decimal): -3439309 or 3376587. OLE color: 3376587.
HSL color Cylindrical-coordinate representation of color #CB8533: hue angle of 32.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB8533 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 51 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.20 |
| HSL | 32.37º | 0.6% | 0.5% | - |
| HSV(B) | 32.37º | 0.75% | 0.8% | - |
| XYZ | 33.61 | 29.71 | 7.1 | - |
| YUV | 144.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 51 | 0 | 0.34 | 0.75 | 0.20 | 32.37 | 0.6 | 0.5 |
| Hex | CB | 85 | 33 | 0 | 22 | 4B | 14 | 20 | 3C | 32 |
| Octal | 313 | 205 | 63 | 0 | 42 | 113 | 24 | 40 | 74 | 62 |
| Binary | 11001011 | 10000101 | 110011 | 0 | 100010 | 1001011 | 10100 | 100000 | 111100 | 110010 |
Color Harmonies of #CB8533
Complementary color
Monochromatic Colors of #CB8533
Black with #CB8533
Text Example
Text Example
White with #CB8533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8533; }
p { color: rgb(203,133,51); }
H1.HeaderClassName
{
color: #CB8533;
}
.AnyTagClassName
{
color: #CB8533;
}
</style>
background-color css
<style>
a { background-color: #CB8533; }
a { background-color: rgb(203,133,51); }
div.DivClassName
{
background-color: #CB8533;
}
.BgClassName
{
background-color: #CB8533;
}
</style>
border-color css
<style>
span { border-color: #CB8533; }
span { border-color: rgb(203,133,51); }
td.TdClassName
{
border-color: #CB8533;
}
.TagClassName
{
border-color: #CB8533;
}
</style>