Shades of Ochre #CB7811
Tints of Ochre #CB7811
RGB
CMYK
RGB Variations
Color information
#CB7811 (or 0xCB7811) is known color: Ochre. HEX triplet: CB, 78 and 11. RGB value is (203,120,17). Sum of RGB (Red+Green+Blue) = 203+120+17=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7811 is #3487EE. Grayscale: #858585. Windows color (decimal): -3442671 or 1145035. OLE color: 1145035.
HSL color Cylindrical-coordinate representation of color #CB7811: hue angle of 33.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB7811 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 17 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.20 |
| HSL | 33.23º | 0.85% | 0.43% | - |
| HSV(B) | 33.23º | 0.92% | 0.8% | - |
| XYZ | 31.45 | 26.17 | 3.92 | - |
| YUV | 133.08 | 62.5 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 17 | 0 | 0.41 | 0.92 | 0.20 | 33.23 | 0.85 | 0.43 |
| Hex | CB | 78 | 11 | 0 | 29 | 5C | 14 | 21 | 55 | 2B |
| Octal | 313 | 170 | 21 | 0 | 51 | 134 | 24 | 41 | 125 | 53 |
| Binary | 11001011 | 1111000 | 10001 | 0 | 101001 | 1011100 | 10100 | 100001 | 1010101 | 101011 |
Color Harmonies of #CB7811
Complementary color
Monochromatic Colors of #CB7811
Black with #CB7811
Text Example
Text Example
White with #CB7811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7811; }
p { color: rgb(203,120,17); }
H1.HeaderClassName
{
color: #CB7811;
}
.AnyTagClassName
{
color: #CB7811;
}
</style>
background-color css
<style>
a { background-color: #CB7811; }
a { background-color: rgb(203,120,17); }
div.DivClassName
{
background-color: #CB7811;
}
.BgClassName
{
background-color: #CB7811;
}
</style>
border-color css
<style>
span { border-color: #CB7811; }
span { border-color: rgb(203,120,17); }
td.TdClassName
{
border-color: #CB7811;
}
.TagClassName
{
border-color: #CB7811;
}
</style>