Shades of Ochre #C4701B
Tints of Ochre #C4701B
RGB
CMYK
RGB Variations
Color information
#C4701B (or 0xC4701B) is known color: Ochre. HEX triplet: C4, 70 and 1B. RGB value is (196,112,27). Sum of RGB (Red+Green+Blue) = 196+112+27=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4701B is #3B8FE4. Grayscale: #7F7F7F. Windows color (decimal): -3903461 or 1798340. OLE color: 1798340.
HSL color Cylindrical-coordinate representation of color #C4701B: hue angle of 30.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4701B is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 27 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.23 |
| HSL | 30.18º | 0.76% | 0.44% | - |
| HSV(B) | 30.18º | 0.86% | 0.77% | - |
| XYZ | 28.76 | 23.4 | 4.04 | - |
| YUV | 127.43 | 71.33 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 27 | 0 | 0.43 | 0.86 | 0.23 | 30.18 | 0.76 | 0.44 |
| Hex | C4 | 70 | 1B | 0 | 2B | 56 | 17 | 1E | 4C | 2C |
| Octal | 304 | 160 | 33 | 0 | 53 | 126 | 27 | 36 | 114 | 54 |
| Binary | 11000100 | 1110000 | 11011 | 0 | 101011 | 1010110 | 10111 | 11110 | 1001100 | 101100 |
Color Harmonies of #C4701B
Complementary color
Monochromatic Colors of #C4701B
Black with #C4701B
Text Example
Text Example
White with #C4701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4701B; }
p { color: rgb(196,112,27); }
H1.HeaderClassName
{
color: #C4701B;
}
.AnyTagClassName
{
color: #C4701B;
}
</style>
background-color css
<style>
a { background-color: #C4701B; }
a { background-color: rgb(196,112,27); }
div.DivClassName
{
background-color: #C4701B;
}
.BgClassName
{
background-color: #C4701B;
}
</style>
border-color css
<style>
span { border-color: #C4701B; }
span { border-color: rgb(196,112,27); }
td.TdClassName
{
border-color: #C4701B;
}
.TagClassName
{
border-color: #C4701B;
}
</style>