Shades of Ochre #CB7417
Tints of Ochre #CB7417
RGB
CMYK
RGB Variations
Color information
#CB7417 (or 0xCB7417) is known color: Ochre. HEX triplet: CB, 74 and 17. RGB value is (203,116,23). Sum of RGB (Red+Green+Blue) = 203+116+23=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7417 is #348BE8. Grayscale: #838383. Windows color (decimal): -3443689 or 1537227. OLE color: 1537227.
HSL color Cylindrical-coordinate representation of color #CB7417: hue angle of 31º 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 #CB7417 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 23 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.20 |
| HSL | 31º | 0.8% | 0.44% | - |
| HSV(B) | 31º | 0.89% | 0.8% | - |
| XYZ | 31.03 | 25.25 | 4.05 | - |
| YUV | 131.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 23 | 0 | 0.43 | 0.89 | 0.20 | 31 | 0.8 | 0.44 |
| Hex | CB | 74 | 17 | 0 | 2B | 59 | 14 | 1F | 50 | 2C |
| Octal | 313 | 164 | 27 | 0 | 53 | 131 | 24 | 37 | 120 | 54 |
| Binary | 11001011 | 1110100 | 10111 | 0 | 101011 | 1011001 | 10100 | 11111 | 1010000 | 101100 |
Color Harmonies of #CB7417
Complementary color
Monochromatic Colors of #CB7417
Black with #CB7417
Text Example
Text Example
White with #CB7417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7417; }
p { color: rgb(203,116,23); }
H1.HeaderClassName
{
color: #CB7417;
}
.AnyTagClassName
{
color: #CB7417;
}
</style>
background-color css
<style>
a { background-color: #CB7417; }
a { background-color: rgb(203,116,23); }
div.DivClassName
{
background-color: #CB7417;
}
.BgClassName
{
background-color: #CB7417;
}
</style>
border-color css
<style>
span { border-color: #CB7417; }
span { border-color: rgb(203,116,23); }
td.TdClassName
{
border-color: #CB7417;
}
.TagClassName
{
border-color: #CB7417;
}
</style>