Shades of Ochre #C47714
Tints of Ochre #C47714
RGB
CMYK
RGB Variations
Color information
#C47714 (or 0xC47714) is known color: Ochre. HEX triplet: C4, 77 and 14. RGB value is (196,119,20). Sum of RGB (Red+Green+Blue) = 196+119+20=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C47714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47714 is #3B88EB. Grayscale: #838383. Windows color (decimal): -3901676 or 1341380. OLE color: 1341380.
HSL color Cylindrical-coordinate representation of color #C47714: hue angle of 33.75º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C47714 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.23 |
| HSL | 33.75º | 0.81% | 0.42% | - |
| HSV(B) | 33.75º | 0.9% | 0.77% | - |
| XYZ | 29.49 | 24.98 | 3.93 | - |
| YUV | 130.74 | 65.51 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 20 | 0 | 0.39 | 0.90 | 0.23 | 33.75 | 0.81 | 0.42 |
| Hex | C4 | 77 | 14 | 0 | 27 | 5A | 17 | 22 | 51 | 2A |
| Octal | 304 | 167 | 24 | 0 | 47 | 132 | 27 | 42 | 121 | 52 |
| Binary | 11000100 | 1110111 | 10100 | 0 | 100111 | 1011010 | 10111 | 100010 | 1010001 | 101010 |
Color Harmonies of #C47714
Complementary color
Monochromatic Colors of #C47714
Black with #C47714
Text Example
Text Example
White with #C47714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47714; }
p { color: rgb(196,119,20); }
H1.HeaderClassName
{
color: #C47714;
}
.AnyTagClassName
{
color: #C47714;
}
</style>
background-color css
<style>
a { background-color: #C47714; }
a { background-color: rgb(196,119,20); }
div.DivClassName
{
background-color: #C47714;
}
.BgClassName
{
background-color: #C47714;
}
</style>
border-color css
<style>
span { border-color: #C47714; }
span { border-color: rgb(196,119,20); }
td.TdClassName
{
border-color: #C47714;
}
.TagClassName
{
border-color: #C47714;
}
</style>