Shades of Ochre #C4701F
Tints of Ochre #C4701F
RGB
CMYK
RGB Variations
Color information
#C4701F (or 0xC4701F) is known color: Ochre. HEX triplet: C4, 70 and 1F. RGB value is (196,112,31). Sum of RGB (Red+Green+Blue) = 196+112+31=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4701F is #3B8FE0. Grayscale: #808080. Windows color (decimal): -3903457 or 2060484. OLE color: 2060484.
HSL color Cylindrical-coordinate representation of color #C4701F: hue angle of 29.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4701F is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 31 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.23 |
| HSL | 29.45º | 0.73% | 0.45% | - |
| HSV(B) | 29.45º | 0.84% | 0.77% | - |
| XYZ | 28.81 | 23.42 | 4.3 | - |
| YUV | 127.88 | 73.33 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 31 | 0 | 0.43 | 0.84 | 0.23 | 29.45 | 0.73 | 0.45 |
| Hex | C4 | 70 | 1F | 0 | 2B | 54 | 17 | 1D | 49 | 2D |
| Octal | 304 | 160 | 37 | 0 | 53 | 124 | 27 | 35 | 111 | 55 |
| Binary | 11000100 | 1110000 | 11111 | 0 | 101011 | 1010100 | 10111 | 11101 | 1001001 | 101101 |
Color Harmonies of #C4701F
Complementary color
Monochromatic Colors of #C4701F
Black with #C4701F
Text Example
Text Example
White with #C4701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4701F; }
p { color: rgb(196,112,31); }
H1.HeaderClassName
{
color: #C4701F;
}
.AnyTagClassName
{
color: #C4701F;
}
</style>
background-color css
<style>
a { background-color: #C4701F; }
a { background-color: rgb(196,112,31); }
div.DivClassName
{
background-color: #C4701F;
}
.BgClassName
{
background-color: #C4701F;
}
</style>
border-color css
<style>
span { border-color: #C4701F; }
span { border-color: rgb(196,112,31); }
td.TdClassName
{
border-color: #C4701F;
}
.TagClassName
{
border-color: #C4701F;
}
</style>