Shades of Ochre #C4700D
Tints of Ochre #C4700D
RGB
CMYK
RGB Variations
Color information
#C4700D (or 0xC4700D) is known color: Ochre. HEX triplet: C4, 70 and 0D. RGB value is (196,112,13). Sum of RGB (Red+Green+Blue) = 196+112+13=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4700D is #3B8FF2. Grayscale: #7E7E7E. Windows color (decimal): -3903475 or 880836. OLE color: 880836.
HSL color Cylindrical-coordinate representation of color #C4700D: hue angle of 32.46º degrees, saturation: 0.88, 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 #C4700D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 13 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.23 |
| HSL | 32.46º | 0.88% | 0.41% | - |
| HSV(B) | 32.46º | 0.93% | 0.77% | - |
| XYZ | 28.63 | 23.35 | 3.38 | - |
| YUV | 125.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 13 | 0 | 0.43 | 0.93 | 0.23 | 32.46 | 0.88 | 0.41 |
| Hex | C4 | 70 | D | 0 | 2B | 5D | 17 | 20 | 58 | 29 |
| Octal | 304 | 160 | 15 | 0 | 53 | 135 | 27 | 40 | 130 | 51 |
| Binary | 11000100 | 1110000 | 1101 | 0 | 101011 | 1011101 | 10111 | 100000 | 1011000 | 101001 |
Color Harmonies of #C4700D
Complementary color
Monochromatic Colors of #C4700D
Black with #C4700D
Text Example
Text Example
White with #C4700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4700D; }
p { color: rgb(196,112,13); }
H1.HeaderClassName
{
color: #C4700D;
}
.AnyTagClassName
{
color: #C4700D;
}
</style>
background-color css
<style>
a { background-color: #C4700D; }
a { background-color: rgb(196,112,13); }
div.DivClassName
{
background-color: #C4700D;
}
.BgClassName
{
background-color: #C4700D;
}
</style>
border-color css
<style>
span { border-color: #C4700D; }
span { border-color: rgb(196,112,13); }
td.TdClassName
{
border-color: #C4700D;
}
.TagClassName
{
border-color: #C4700D;
}
</style>