Shades of Ochre #C4700F
Tints of Ochre #C4700F
RGB
CMYK
RGB Variations
Color information
#C4700F (or 0xC4700F) is known color: Ochre. HEX triplet: C4, 70 and 0F. RGB value is (196,112,15). Sum of RGB (Red+Green+Blue) = 196+112+15=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4700F is #3B8FF0. Grayscale: #7E7E7E. Windows color (decimal): -3903473 or 1011908. OLE color: 1011908.
HSL color Cylindrical-coordinate representation of color #C4700F: hue angle of 32.15º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4700F is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 15 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.23 |
| HSL | 32.15º | 0.86% | 0.41% | - |
| HSV(B) | 32.15º | 0.92% | 0.77% | - |
| XYZ | 28.65 | 23.36 | 3.45 | - |
| YUV | 126.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 15 | 0 | 0.43 | 0.92 | 0.23 | 32.15 | 0.86 | 0.41 |
| Hex | C4 | 70 | F | 0 | 2B | 5C | 17 | 20 | 56 | 29 |
| Octal | 304 | 160 | 17 | 0 | 53 | 134 | 27 | 40 | 126 | 51 |
| Binary | 11000100 | 1110000 | 1111 | 0 | 101011 | 1011100 | 10111 | 100000 | 1010110 | 101001 |
Color Harmonies of #C4700F
Complementary color
Monochromatic Colors of #C4700F
Black with #C4700F
Text Example
Text Example
White with #C4700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4700F; }
p { color: rgb(196,112,15); }
H1.HeaderClassName
{
color: #C4700F;
}
.AnyTagClassName
{
color: #C4700F;
}
</style>
background-color css
<style>
a { background-color: #C4700F; }
a { background-color: rgb(196,112,15); }
div.DivClassName
{
background-color: #C4700F;
}
.BgClassName
{
background-color: #C4700F;
}
</style>
border-color css
<style>
span { border-color: #C4700F; }
span { border-color: rgb(196,112,15); }
td.TdClassName
{
border-color: #C4700F;
}
.TagClassName
{
border-color: #C4700F;
}
</style>