Shades of Ochre #CB7017
Tints of Ochre #CB7017
RGB
CMYK
RGB Variations
Color information
#CB7017 (or 0xCB7017) is known color: Ochre. HEX triplet: CB, 70 and 17. RGB value is (203,112,23). Sum of RGB (Red+Green+Blue) = 203+112+23=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7017 is #348FE8. Grayscale: #818181. Windows color (decimal): -3444713 or 1536203. OLE color: 1536203.
HSL color Cylindrical-coordinate representation of color #CB7017: hue angle of 29.67º 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 #CB7017 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 23 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.20 |
| HSL | 29.67º | 0.8% | 0.44% | - |
| HSV(B) | 29.67º | 0.89% | 0.8% | - |
| XYZ | 30.58 | 24.35 | 3.9 | - |
| YUV | 129.06 | 68.15 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 23 | 0 | 0.45 | 0.89 | 0.20 | 29.67 | 0.8 | 0.44 |
| Hex | CB | 70 | 17 | 0 | 2D | 59 | 14 | 1E | 50 | 2C |
| Octal | 313 | 160 | 27 | 0 | 55 | 131 | 24 | 36 | 120 | 54 |
| Binary | 11001011 | 1110000 | 10111 | 0 | 101101 | 1011001 | 10100 | 11110 | 1010000 | 101100 |
Color Harmonies of #CB7017
Complementary color
Monochromatic Colors of #CB7017
Black with #CB7017
Text Example
Text Example
White with #CB7017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7017; }
p { color: rgb(203,112,23); }
H1.HeaderClassName
{
color: #CB7017;
}
.AnyTagClassName
{
color: #CB7017;
}
</style>
background-color css
<style>
a { background-color: #CB7017; }
a { background-color: rgb(203,112,23); }
div.DivClassName
{
background-color: #CB7017;
}
.BgClassName
{
background-color: #CB7017;
}
</style>
border-color css
<style>
span { border-color: #CB7017; }
span { border-color: rgb(203,112,23); }
td.TdClassName
{
border-color: #CB7017;
}
.TagClassName
{
border-color: #CB7017;
}
</style>