Shades of Ochre #C37014
Tints of Ochre #C37014
RGB
CMYK
RGB Variations
Color information
#C37014 (or 0xC37014) is known color: Ochre. HEX triplet: C3, 70 and 14. RGB value is (195,112,20). Sum of RGB (Red+Green+Blue) = 195+112+20=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C37014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37014 is #3C8FEB. Grayscale: #7E7E7E. Windows color (decimal): -3969004 or 1339587. OLE color: 1339587.
HSL color Cylindrical-coordinate representation of color #C37014: hue angle of 31.54º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C37014 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 20 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.24 |
| HSL | 31.54º | 0.81% | 0.42% | - |
| HSV(B) | 31.54º | 0.9% | 0.76% | - |
| XYZ | 28.43 | 23.24 | 3.65 | - |
| YUV | 126.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 20 | 0 | 0.43 | 0.90 | 0.24 | 31.54 | 0.81 | 0.42 |
| Hex | C3 | 70 | 14 | 0 | 2B | 5A | 18 | 20 | 51 | 2A |
| Octal | 303 | 160 | 24 | 0 | 53 | 132 | 30 | 40 | 121 | 52 |
| Binary | 11000011 | 1110000 | 10100 | 0 | 101011 | 1011010 | 11000 | 100000 | 1010001 | 101010 |
Color Harmonies of #C37014
Complementary color
Monochromatic Colors of #C37014
Black with #C37014
Text Example
Text Example
White with #C37014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37014; }
p { color: rgb(195,112,20); }
H1.HeaderClassName
{
color: #C37014;
}
.AnyTagClassName
{
color: #C37014;
}
</style>
background-color css
<style>
a { background-color: #C37014; }
a { background-color: rgb(195,112,20); }
div.DivClassName
{
background-color: #C37014;
}
.BgClassName
{
background-color: #C37014;
}
</style>
border-color css
<style>
span { border-color: #C37014; }
span { border-color: rgb(195,112,20); }
td.TdClassName
{
border-color: #C37014;
}
.TagClassName
{
border-color: #C37014;
}
</style>