Shades of Ochre #C4710E
Tints of Ochre #C4710E
RGB
CMYK
RGB Variations
Color information
#C4710E (or 0xC4710E) is known color: Ochre. HEX triplet: C4, 71 and 0E. RGB value is (196,113,14). Sum of RGB (Red+Green+Blue) = 196+113+14=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4710E is #3B8EF1. Grayscale: #7F7F7F. Windows color (decimal): -3903218 or 946628. OLE color: 946628.
HSL color Cylindrical-coordinate representation of color #C4710E: hue angle of 32.64º 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 #C4710E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.23 |
| HSL | 32.64º | 0.87% | 0.41% | - |
| HSV(B) | 32.64º | 0.93% | 0.77% | - |
| XYZ | 28.75 | 23.58 | 3.45 | - |
| YUV | 126.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 14 | 0 | 0.42 | 0.93 | 0.23 | 32.64 | 0.87 | 0.41 |
| Hex | C4 | 71 | E | 0 | 2A | 5D | 17 | 21 | 57 | 29 |
| Octal | 304 | 161 | 16 | 0 | 52 | 135 | 27 | 41 | 127 | 51 |
| Binary | 11000100 | 1110001 | 1110 | 0 | 101010 | 1011101 | 10111 | 100001 | 1010111 | 101001 |
Color Harmonies of #C4710E
Complementary color
Monochromatic Colors of #C4710E
Black with #C4710E
Text Example
Text Example
White with #C4710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4710E; }
p { color: rgb(196,113,14); }
H1.HeaderClassName
{
color: #C4710E;
}
.AnyTagClassName
{
color: #C4710E;
}
</style>
background-color css
<style>
a { background-color: #C4710E; }
a { background-color: rgb(196,113,14); }
div.DivClassName
{
background-color: #C4710E;
}
.BgClassName
{
background-color: #C4710E;
}
</style>
border-color css
<style>
span { border-color: #C4710E; }
span { border-color: rgb(196,113,14); }
td.TdClassName
{
border-color: #C4710E;
}
.TagClassName
{
border-color: #C4710E;
}
</style>