Shades of Ochre #C07410
Tints of Ochre #C07410
RGB
CMYK
RGB Variations
Color information
#C07410 (or 0xC07410) is known color: Ochre. HEX triplet: C0, 74 and 10. RGB value is (192,116,16). Sum of RGB (Red+Green+Blue) = 192+116+16=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C07410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07410 is #3F8BEF. Grayscale: #7F7F7F. Windows color (decimal): -4164592 or 1078464. OLE color: 1078464.
HSL color Cylindrical-coordinate representation of color #C07410: hue angle of 34.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C07410 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 16 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.25 |
| HSL | 34.09º | 0.85% | 0.41% | - |
| HSV(B) | 34.09º | 0.92% | 0.75% | - |
| XYZ | 28.08 | 23.73 | 3.59 | - |
| YUV | 127.32 | 65.18 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 16 | 0 | 0.40 | 0.92 | 0.25 | 34.09 | 0.85 | 0.41 |
| Hex | C0 | 74 | 10 | 0 | 28 | 5C | 19 | 22 | 55 | 29 |
| Octal | 300 | 164 | 20 | 0 | 50 | 134 | 31 | 42 | 125 | 51 |
| Binary | 11000000 | 1110100 | 10000 | 0 | 101000 | 1011100 | 11001 | 100010 | 1010101 | 101001 |
Color Harmonies of #C07410
Complementary color
Monochromatic Colors of #C07410
Black with #C07410
Text Example
Text Example
White with #C07410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07410; }
p { color: rgb(192,116,16); }
H1.HeaderClassName
{
color: #C07410;
}
.AnyTagClassName
{
color: #C07410;
}
</style>
background-color css
<style>
a { background-color: #C07410; }
a { background-color: rgb(192,116,16); }
div.DivClassName
{
background-color: #C07410;
}
.BgClassName
{
background-color: #C07410;
}
</style>
border-color css
<style>
span { border-color: #C07410; }
span { border-color: rgb(192,116,16); }
td.TdClassName
{
border-color: #C07410;
}
.TagClassName
{
border-color: #C07410;
}
</style>