Shades of Ochre #CB7718
Tints of Ochre #CB7718
RGB
CMYK
RGB Variations
Color information
#CB7718 (or 0xCB7718) is known color: Ochre. HEX triplet: CB, 77 and 18. RGB value is (203,119,24). Sum of RGB (Red+Green+Blue) = 203+119+24=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7718 is #3488E7. Grayscale: #858585. Windows color (decimal): -3442920 or 1603531. OLE color: 1603531.
HSL color Cylindrical-coordinate representation of color #CB7718: hue angle of 31.84º 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 #CB7718 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 24 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.20 |
| HSL | 31.84º | 0.79% | 0.45% | - |
| HSV(B) | 31.84º | 0.88% | 0.8% | - |
| XYZ | 31.39 | 25.96 | 4.22 | - |
| YUV | 133.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 24 | 0 | 0.41 | 0.88 | 0.20 | 31.84 | 0.79 | 0.45 |
| Hex | CB | 77 | 18 | 0 | 29 | 58 | 14 | 20 | 4F | 2D |
| Octal | 313 | 167 | 30 | 0 | 51 | 130 | 24 | 40 | 117 | 55 |
| Binary | 11001011 | 1110111 | 11000 | 0 | 101001 | 1011000 | 10100 | 100000 | 1001111 | 101101 |
Color Harmonies of #CB7718
Complementary color
Monochromatic Colors of #CB7718
Black with #CB7718
Text Example
Text Example
White with #CB7718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7718; }
p { color: rgb(203,119,24); }
H1.HeaderClassName
{
color: #CB7718;
}
.AnyTagClassName
{
color: #CB7718;
}
</style>
background-color css
<style>
a { background-color: #CB7718; }
a { background-color: rgb(203,119,24); }
div.DivClassName
{
background-color: #CB7718;
}
.BgClassName
{
background-color: #CB7718;
}
</style>
border-color css
<style>
span { border-color: #CB7718; }
span { border-color: rgb(203,119,24); }
td.TdClassName
{
border-color: #CB7718;
}
.TagClassName
{
border-color: #CB7718;
}
</style>