Shades of Ochre #CB8617
Tints of Ochre #CB8617
RGB
CMYK
RGB Variations
Color information
#CB8617 (or 0xCB8617) is known color: Ochre. HEX triplet: CB, 86 and 17. RGB value is (203,134,23). Sum of RGB (Red+Green+Blue) = 203+134+23=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8617 is #3479E8. Grayscale: #8E8E8E. Windows color (decimal): -3439081 or 1541835. OLE color: 1541835.
HSL color Cylindrical-coordinate representation of color #CB8617: hue angle of 37º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB8617 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 23 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.20 |
| HSL | 37º | 0.8% | 0.44% | - |
| HSV(B) | 37º | 0.89% | 0.8% | - |
| XYZ | 33.31 | 29.81 | 4.81 | - |
| YUV | 141.98 | 60.86 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 23 | 0 | 0.34 | 0.89 | 0.20 | 37 | 0.8 | 0.44 |
| Hex | CB | 86 | 17 | 0 | 22 | 59 | 14 | 25 | 50 | 2C |
| Octal | 313 | 206 | 27 | 0 | 42 | 131 | 24 | 45 | 120 | 54 |
| Binary | 11001011 | 10000110 | 10111 | 0 | 100010 | 1011001 | 10100 | 100101 | 1010000 | 101100 |
Color Harmonies of #CB8617
Complementary color
Monochromatic Colors of #CB8617
Black with #CB8617
Text Example
Text Example
White with #CB8617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8617; }
p { color: rgb(203,134,23); }
H1.HeaderClassName
{
color: #CB8617;
}
.AnyTagClassName
{
color: #CB8617;
}
</style>
background-color css
<style>
a { background-color: #CB8617; }
a { background-color: rgb(203,134,23); }
div.DivClassName
{
background-color: #CB8617;
}
.BgClassName
{
background-color: #CB8617;
}
</style>
border-color css
<style>
span { border-color: #CB8617; }
span { border-color: rgb(203,134,23); }
td.TdClassName
{
border-color: #CB8617;
}
.TagClassName
{
border-color: #CB8617;
}
</style>