Shades of Ochre #C07413
Tints of Ochre #C07413
RGB
CMYK
RGB Variations
Color information
#C07413 (or 0xC07413) is known color: Ochre. HEX triplet: C0, 74 and 13. RGB value is (192,116,19). Sum of RGB (Red+Green+Blue) = 192+116+19=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C07413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07413 is #3F8BEC. Grayscale: #808080. Windows color (decimal): -4164589 or 1275072. OLE color: 1275072.
HSL color Cylindrical-coordinate representation of color #C07413: hue angle of 33.64º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07413 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 19 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.25 |
| HSL | 33.64º | 0.82% | 0.41% | - |
| HSV(B) | 33.64º | 0.9% | 0.75% | - |
| XYZ | 28.1 | 23.74 | 3.72 | - |
| YUV | 127.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 19 | 0 | 0.40 | 0.90 | 0.25 | 33.64 | 0.82 | 0.41 |
| Hex | C0 | 74 | 13 | 0 | 28 | 5A | 19 | 22 | 52 | 29 |
| Octal | 300 | 164 | 23 | 0 | 50 | 132 | 31 | 42 | 122 | 51 |
| Binary | 11000000 | 1110100 | 10011 | 0 | 101000 | 1011010 | 11001 | 100010 | 1010010 | 101001 |
Color Harmonies of #C07413
Complementary color
Monochromatic Colors of #C07413
Black with #C07413
Text Example
Text Example
White with #C07413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07413; }
p { color: rgb(192,116,19); }
H1.HeaderClassName
{
color: #C07413;
}
.AnyTagClassName
{
color: #C07413;
}
</style>
background-color css
<style>
a { background-color: #C07413; }
a { background-color: rgb(192,116,19); }
div.DivClassName
{
background-color: #C07413;
}
.BgClassName
{
background-color: #C07413;
}
</style>
border-color css
<style>
span { border-color: #C07413; }
span { border-color: rgb(192,116,19); }
td.TdClassName
{
border-color: #C07413;
}
.TagClassName
{
border-color: #C07413;
}
</style>