Shades of Ochre #C57415
Tints of Ochre #C57415
RGB
CMYK
RGB Variations
Color information
#C57415 (or 0xC57415) is known color: Ochre. HEX triplet: C5, 74 and 15. RGB value is (197,116,21). Sum of RGB (Red+Green+Blue) = 197+116+21=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57415 is #3A8BEA. Grayscale: #818181. Windows color (decimal): -3836907 or 1406149. OLE color: 1406149.
HSL color Cylindrical-coordinate representation of color #C57415: hue angle of 32.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C57415 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 21 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.23 |
| HSL | 32.39º | 0.81% | 0.43% | - |
| HSV(B) | 32.39º | 0.89% | 0.77% | - |
| XYZ | 29.41 | 24.42 | 3.87 | - |
| YUV | 129.39 | 66.84 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 21 | 0 | 0.41 | 0.89 | 0.23 | 32.39 | 0.81 | 0.43 |
| Hex | C5 | 74 | 15 | 0 | 29 | 59 | 17 | 20 | 51 | 2B |
| Octal | 305 | 164 | 25 | 0 | 51 | 131 | 27 | 40 | 121 | 53 |
| Binary | 11000101 | 1110100 | 10101 | 0 | 101001 | 1011001 | 10111 | 100000 | 1010001 | 101011 |
Color Harmonies of #C57415
Complementary color
Monochromatic Colors of #C57415
Black with #C57415
Text Example
Text Example
White with #C57415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57415; }
p { color: rgb(197,116,21); }
H1.HeaderClassName
{
color: #C57415;
}
.AnyTagClassName
{
color: #C57415;
}
</style>
background-color css
<style>
a { background-color: #C57415; }
a { background-color: rgb(197,116,21); }
div.DivClassName
{
background-color: #C57415;
}
.BgClassName
{
background-color: #C57415;
}
</style>
border-color css
<style>
span { border-color: #C57415; }
span { border-color: rgb(197,116,21); }
td.TdClassName
{
border-color: #C57415;
}
.TagClassName
{
border-color: #C57415;
}
</style>