Shades of Ochre #C07412
Tints of Ochre #C07412
RGB
CMYK
RGB Variations
Color information
#C07412 (or 0xC07412) is known color: Ochre. HEX triplet: C0, 74 and 12. RGB value is (192,116,18). Sum of RGB (Red+Green+Blue) = 192+116+18=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C07412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07412 is #3F8BED. Grayscale: #808080. Windows color (decimal): -4164590 or 1209536. OLE color: 1209536.
HSL color Cylindrical-coordinate representation of color #C07412: hue angle of 33.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07412 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 18 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.25 |
| HSL | 33.79º | 0.83% | 0.41% | - |
| HSV(B) | 33.79º | 0.91% | 0.75% | - |
| XYZ | 28.09 | 23.74 | 3.67 | - |
| YUV | 127.55 | 66.18 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 18 | 0 | 0.40 | 0.91 | 0.25 | 33.79 | 0.83 | 0.41 |
| Hex | C0 | 74 | 12 | 0 | 28 | 5B | 19 | 22 | 53 | 29 |
| Octal | 300 | 164 | 22 | 0 | 50 | 133 | 31 | 42 | 123 | 51 |
| Binary | 11000000 | 1110100 | 10010 | 0 | 101000 | 1011011 | 11001 | 100010 | 1010011 | 101001 |
Color Harmonies of #C07412
Complementary color
Monochromatic Colors of #C07412
Black with #C07412
Text Example
Text Example
White with #C07412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07412; }
p { color: rgb(192,116,18); }
H1.HeaderClassName
{
color: #C07412;
}
.AnyTagClassName
{
color: #C07412;
}
</style>
background-color css
<style>
a { background-color: #C07412; }
a { background-color: rgb(192,116,18); }
div.DivClassName
{
background-color: #C07412;
}
.BgClassName
{
background-color: #C07412;
}
</style>
border-color css
<style>
span { border-color: #C07412; }
span { border-color: rgb(192,116,18); }
td.TdClassName
{
border-color: #C07412;
}
.TagClassName
{
border-color: #C07412;
}
</style>