Shades of Ochre #CB8518
Tints of Ochre #CB8518
RGB
CMYK
RGB Variations
Color information
#CB8518 (or 0xCB8518) is known color: Ochre. HEX triplet: CB, 85 and 18. RGB value is (203,133,24). Sum of RGB (Red+Green+Blue) = 203+133+24=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8518 is #347AE7. Grayscale: #8E8E8E. Windows color (decimal): -3439336 or 1607115. OLE color: 1607115.
HSL color Cylindrical-coordinate representation of color #CB8518: hue angle of 36.54º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB8518 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 24 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.20 |
| HSL | 36.54º | 0.79% | 0.45% | - |
| HSV(B) | 36.54º | 0.88% | 0.8% | - |
| XYZ | 33.18 | 29.54 | 4.82 | - |
| YUV | 141.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 24 | 0 | 0.34 | 0.88 | 0.20 | 36.54 | 0.79 | 0.45 |
| Hex | CB | 85 | 18 | 0 | 22 | 58 | 14 | 25 | 4F | 2D |
| Octal | 313 | 205 | 30 | 0 | 42 | 130 | 24 | 45 | 117 | 55 |
| Binary | 11001011 | 10000101 | 11000 | 0 | 100010 | 1011000 | 10100 | 100101 | 1001111 | 101101 |
Color Harmonies of #CB8518
Complementary color
Monochromatic Colors of #CB8518
Black with #CB8518
Text Example
Text Example
White with #CB8518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8518; }
p { color: rgb(203,133,24); }
H1.HeaderClassName
{
color: #CB8518;
}
.AnyTagClassName
{
color: #CB8518;
}
</style>
background-color css
<style>
a { background-color: #CB8518; }
a { background-color: rgb(203,133,24); }
div.DivClassName
{
background-color: #CB8518;
}
.BgClassName
{
background-color: #CB8518;
}
</style>
border-color css
<style>
span { border-color: #CB8518; }
span { border-color: rgb(203,133,24); }
td.TdClassName
{
border-color: #CB8518;
}
.TagClassName
{
border-color: #CB8518;
}
</style>