Shades of Ochre #C5740F
Tints of Ochre #C5740F
RGB
CMYK
RGB Variations
Color information
#C5740F (or 0xC5740F) is known color: Ochre. HEX triplet: C5, 74 and 0F. RGB value is (197,116,15). Sum of RGB (Red+Green+Blue) = 197+116+15=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5740F is #3A8BF0. Grayscale: #818181. Windows color (decimal): -3836913 or 1012933. OLE color: 1012933.
HSL color Cylindrical-coordinate representation of color #C5740F: hue angle of 33.3º 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 #C5740F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 15 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.23 |
| HSL | 33.3º | 0.86% | 0.42% | - |
| HSV(B) | 33.3º | 0.92% | 0.77% | - |
| XYZ | 29.36 | 24.4 | 3.61 | - |
| YUV | 128.71 | 63.84 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 15 | 0 | 0.41 | 0.92 | 0.23 | 33.3 | 0.86 | 0.42 |
| Hex | C5 | 74 | F | 0 | 29 | 5C | 17 | 21 | 56 | 2A |
| Octal | 305 | 164 | 17 | 0 | 51 | 134 | 27 | 41 | 126 | 52 |
| Binary | 11000101 | 1110100 | 1111 | 0 | 101001 | 1011100 | 10111 | 100001 | 1010110 | 101010 |
Color Harmonies of #C5740F
Complementary color
Monochromatic Colors of #C5740F
Black with #C5740F
Text Example
Text Example
White with #C5740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5740F; }
p { color: rgb(197,116,15); }
H1.HeaderClassName
{
color: #C5740F;
}
.AnyTagClassName
{
color: #C5740F;
}
</style>
background-color css
<style>
a { background-color: #C5740F; }
a { background-color: rgb(197,116,15); }
div.DivClassName
{
background-color: #C5740F;
}
.BgClassName
{
background-color: #C5740F;
}
</style>
border-color css
<style>
span { border-color: #C5740F; }
span { border-color: rgb(197,116,15); }
td.TdClassName
{
border-color: #C5740F;
}
.TagClassName
{
border-color: #C5740F;
}
</style>