Shades of Ochre #CB7412
Tints of Ochre #CB7412
RGB
CMYK
RGB Variations
Color information
#CB7412 (or 0xCB7412) is known color: Ochre. HEX triplet: CB, 74 and 12. RGB value is (203,116,18). Sum of RGB (Red+Green+Blue) = 203+116+18=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7412 is #348BED. Grayscale: #838383. Windows color (decimal): -3443694 or 1209547. OLE color: 1209547.
HSL color Cylindrical-coordinate representation of color #CB7412: hue angle of 31.78º 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 #CB7412 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 18 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.20 |
| HSL | 31.78º | 0.84% | 0.43% | - |
| HSV(B) | 31.78º | 0.91% | 0.8% | - |
| XYZ | 30.98 | 25.23 | 3.81 | - |
| YUV | 130.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 18 | 0 | 0.43 | 0.91 | 0.20 | 31.78 | 0.84 | 0.43 |
| Hex | CB | 74 | 12 | 0 | 2B | 5B | 14 | 20 | 54 | 2B |
| Octal | 313 | 164 | 22 | 0 | 53 | 133 | 24 | 40 | 124 | 53 |
| Binary | 11001011 | 1110100 | 10010 | 0 | 101011 | 1011011 | 10100 | 100000 | 1010100 | 101011 |
Color Harmonies of #CB7412
Complementary color
Monochromatic Colors of #CB7412
Black with #CB7412
Text Example
Text Example
White with #CB7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7412; }
p { color: rgb(203,116,18); }
H1.HeaderClassName
{
color: #CB7412;
}
.AnyTagClassName
{
color: #CB7412;
}
</style>
background-color css
<style>
a { background-color: #CB7412; }
a { background-color: rgb(203,116,18); }
div.DivClassName
{
background-color: #CB7412;
}
.BgClassName
{
background-color: #CB7412;
}
</style>
border-color css
<style>
span { border-color: #CB7412; }
span { border-color: rgb(203,116,18); }
td.TdClassName
{
border-color: #CB7412;
}
.TagClassName
{
border-color: #CB7412;
}
</style>