Shades of Dixie #CB8A35
Tints of Dixie #CB8A35
RGB
CMYK
RGB Variations
Color information
#CB8A35 (or 0xCB8A35) is known color: Dixie. HEX triplet: CB, 8A and 35. RGB value is (203,138,53). Sum of RGB (Red+Green+Blue) = 203+138+53=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A35 is #3475CA. Grayscale: #949494. Windows color (decimal): -3438027 or 3508939. OLE color: 3508939.
HSL color Cylindrical-coordinate representation of color #CB8A35: hue angle of 34º 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 #CB8A35 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 53 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.20 |
| HSL | 34º | 0.59% | 0.5% | - |
| HSV(B) | 34º | 0.74% | 0.8% | - |
| XYZ | 34.36 | 31.13 | 7.57 | - |
| YUV | 147.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 53 | 0 | 0.32 | 0.74 | 0.20 | 34 | 0.59 | 0.5 |
| Hex | CB | 8A | 35 | 0 | 20 | 4A | 14 | 22 | 3B | 32 |
| Octal | 313 | 212 | 65 | 0 | 40 | 112 | 24 | 42 | 73 | 62 |
| Binary | 11001011 | 10001010 | 110101 | 0 | 100000 | 1001010 | 10100 | 100010 | 111011 | 110010 |
Color Harmonies of #CB8A35
Complementary color
Monochromatic Colors of #CB8A35
Black with #CB8A35
Text Example
Text Example
White with #CB8A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A35; }
p { color: rgb(203,138,53); }
H1.HeaderClassName
{
color: #CB8A35;
}
.AnyTagClassName
{
color: #CB8A35;
}
</style>
background-color css
<style>
a { background-color: #CB8A35; }
a { background-color: rgb(203,138,53); }
div.DivClassName
{
background-color: #CB8A35;
}
.BgClassName
{
background-color: #CB8A35;
}
</style>
border-color css
<style>
span { border-color: #CB8A35; }
span { border-color: rgb(203,138,53); }
td.TdClassName
{
border-color: #CB8A35;
}
.TagClassName
{
border-color: #CB8A35;
}
</style>