Shades of Ochre #CB7518
Tints of Ochre #CB7518
RGB
CMYK
RGB Variations
Color information
#CB7518 (or 0xCB7518) is known color: Ochre. HEX triplet: CB, 75 and 18. RGB value is (203,117,24). Sum of RGB (Red+Green+Blue) = 203+117+24=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7518 is #348AE7. Grayscale: #848484. Windows color (decimal): -3443432 or 1603019. OLE color: 1603019.
HSL color Cylindrical-coordinate representation of color #CB7518: hue angle of 31.17º 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 #CB7518 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 24 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.20 |
| HSL | 31.17º | 0.79% | 0.45% | - |
| HSV(B) | 31.17º | 0.88% | 0.8% | - |
| XYZ | 31.15 | 25.49 | 4.14 | - |
| YUV | 132.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 24 | 0 | 0.42 | 0.88 | 0.20 | 31.17 | 0.79 | 0.45 |
| Hex | CB | 75 | 18 | 0 | 2A | 58 | 14 | 1F | 4F | 2D |
| Octal | 313 | 165 | 30 | 0 | 52 | 130 | 24 | 37 | 117 | 55 |
| Binary | 11001011 | 1110101 | 11000 | 0 | 101010 | 1011000 | 10100 | 11111 | 1001111 | 101101 |
Color Harmonies of #CB7518
Complementary color
Monochromatic Colors of #CB7518
Black with #CB7518
Text Example
Text Example
White with #CB7518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7518; }
p { color: rgb(203,117,24); }
H1.HeaderClassName
{
color: #CB7518;
}
.AnyTagClassName
{
color: #CB7518;
}
</style>
background-color css
<style>
a { background-color: #CB7518; }
a { background-color: rgb(203,117,24); }
div.DivClassName
{
background-color: #CB7518;
}
.BgClassName
{
background-color: #CB7518;
}
</style>
border-color css
<style>
span { border-color: #CB7518; }
span { border-color: rgb(203,117,24); }
td.TdClassName
{
border-color: #CB7518;
}
.TagClassName
{
border-color: #CB7518;
}
</style>