Shades of Ochre #CB7612
Tints of Ochre #CB7612
RGB
CMYK
RGB Variations
Color information
#CB7612 (or 0xCB7612) is known color: Ochre. HEX triplet: CB, 76 and 12. RGB value is (203,118,18). Sum of RGB (Red+Green+Blue) = 203+118+18=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7612 is #3489ED. Grayscale: #848484. Windows color (decimal): -3443182 or 1210059. OLE color: 1210059.
HSL color Cylindrical-coordinate representation of color #CB7612: hue angle of 32.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB7612 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 18 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.20 |
| HSL | 32.43º | 0.84% | 0.43% | - |
| HSV(B) | 32.43º | 0.91% | 0.8% | - |
| XYZ | 31.22 | 25.7 | 3.89 | - |
| YUV | 132.02 | 63.66 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 18 | 0 | 0.42 | 0.91 | 0.20 | 32.43 | 0.84 | 0.43 |
| Hex | CB | 76 | 12 | 0 | 2A | 5B | 14 | 20 | 54 | 2B |
| Octal | 313 | 166 | 22 | 0 | 52 | 133 | 24 | 40 | 124 | 53 |
| Binary | 11001011 | 1110110 | 10010 | 0 | 101010 | 1011011 | 10100 | 100000 | 1010100 | 101011 |
Color Harmonies of #CB7612
Complementary color
Monochromatic Colors of #CB7612
Black with #CB7612
Text Example
Text Example
White with #CB7612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7612; }
p { color: rgb(203,118,18); }
H1.HeaderClassName
{
color: #CB7612;
}
.AnyTagClassName
{
color: #CB7612;
}
</style>
background-color css
<style>
a { background-color: #CB7612; }
a { background-color: rgb(203,118,18); }
div.DivClassName
{
background-color: #CB7612;
}
.BgClassName
{
background-color: #CB7612;
}
</style>
border-color css
<style>
span { border-color: #CB7612; }
span { border-color: rgb(203,118,18); }
td.TdClassName
{
border-color: #CB7612;
}
.TagClassName
{
border-color: #CB7612;
}
</style>