Shades of Ochre #C5760F
Tints of Ochre #C5760F
RGB
CMYK
RGB Variations
Color information
#C5760F (or 0xC5760F) is known color: Ochre. HEX triplet: C5, 76 and 0F. RGB value is (197,118,15). Sum of RGB (Red+Green+Blue) = 197+118+15=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5760F is #3A89F0. Grayscale: #828282. Windows color (decimal): -3836401 or 1013445. OLE color: 1013445.
HSL color Cylindrical-coordinate representation of color #C5760F: hue angle of 33.96º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5760F is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 15 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.23 |
| HSL | 33.96º | 0.86% | 0.42% | - |
| HSV(B) | 33.96º | 0.92% | 0.77% | - |
| XYZ | 29.59 | 24.86 | 3.69 | - |
| YUV | 129.88 | 63.17 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 15 | 0 | 0.40 | 0.92 | 0.23 | 33.96 | 0.86 | 0.42 |
| Hex | C5 | 76 | F | 0 | 28 | 5C | 17 | 22 | 56 | 2A |
| Octal | 305 | 166 | 17 | 0 | 50 | 134 | 27 | 42 | 126 | 52 |
| Binary | 11000101 | 1110110 | 1111 | 0 | 101000 | 1011100 | 10111 | 100010 | 1010110 | 101010 |
Color Harmonies of #C5760F
Complementary color
Monochromatic Colors of #C5760F
Black with #C5760F
Text Example
Text Example
White with #C5760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5760F; }
p { color: rgb(197,118,15); }
H1.HeaderClassName
{
color: #C5760F;
}
.AnyTagClassName
{
color: #C5760F;
}
</style>
background-color css
<style>
a { background-color: #C5760F; }
a { background-color: rgb(197,118,15); }
div.DivClassName
{
background-color: #C5760F;
}
.BgClassName
{
background-color: #C5760F;
}
</style>
border-color css
<style>
span { border-color: #C5760F; }
span { border-color: rgb(197,118,15); }
td.TdClassName
{
border-color: #C5760F;
}
.TagClassName
{
border-color: #C5760F;
}
</style>