Shades of Ochre #C4760E
Tints of Ochre #C4760E
RGB
CMYK
RGB Variations
Color information
#C4760E (or 0xC4760E) is known color: Ochre. HEX triplet: C4, 76 and 0E. RGB value is (196,118,14). Sum of RGB (Red+Green+Blue) = 196+118+14=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4760E is #3B89F1. Grayscale: #818181. Windows color (decimal): -3901938 or 947908. OLE color: 947908.
HSL color Cylindrical-coordinate representation of color #C4760E: hue angle of 34.29º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4760E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 14 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.23 |
| HSL | 34.29º | 0.87% | 0.41% | - |
| HSV(B) | 34.29º | 0.93% | 0.77% | - |
| XYZ | 29.32 | 24.72 | 3.64 | - |
| YUV | 129.47 | 62.84 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 14 | 0 | 0.40 | 0.93 | 0.23 | 34.29 | 0.87 | 0.41 |
| Hex | C4 | 76 | E | 0 | 28 | 5D | 17 | 22 | 57 | 29 |
| Octal | 304 | 166 | 16 | 0 | 50 | 135 | 27 | 42 | 127 | 51 |
| Binary | 11000100 | 1110110 | 1110 | 0 | 101000 | 1011101 | 10111 | 100010 | 1010111 | 101001 |
Color Harmonies of #C4760E
Complementary color
Monochromatic Colors of #C4760E
Black with #C4760E
Text Example
Text Example
White with #C4760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4760E; }
p { color: rgb(196,118,14); }
H1.HeaderClassName
{
color: #C4760E;
}
.AnyTagClassName
{
color: #C4760E;
}
</style>
background-color css
<style>
a { background-color: #C4760E; }
a { background-color: rgb(196,118,14); }
div.DivClassName
{
background-color: #C4760E;
}
.BgClassName
{
background-color: #C4760E;
}
</style>
border-color css
<style>
span { border-color: #C4760E; }
span { border-color: rgb(196,118,14); }
td.TdClassName
{
border-color: #C4760E;
}
.TagClassName
{
border-color: #C4760E;
}
</style>