Shades of Ochre #C57315
Tints of Ochre #C57315
RGB
CMYK
RGB Variations
Color information
#C57315 (or 0xC57315) is known color: Ochre. HEX triplet: C5, 73 and 15. RGB value is (197,115,21). Sum of RGB (Red+Green+Blue) = 197+115+21=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C57315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57315 is #3A8CEA. Grayscale: #818181. Windows color (decimal): -3837163 or 1405893. OLE color: 1405893.
HSL color Cylindrical-coordinate representation of color #C57315: hue angle of 32.05º 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 #C57315 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 21 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.23 |
| HSL | 32.05º | 0.81% | 0.43% | - |
| HSV(B) | 32.05º | 0.89% | 0.77% | - |
| XYZ | 29.29 | 24.19 | 3.83 | - |
| YUV | 128.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 21 | 0 | 0.42 | 0.89 | 0.23 | 32.05 | 0.81 | 0.43 |
| Hex | C5 | 73 | 15 | 0 | 2A | 59 | 17 | 20 | 51 | 2B |
| Octal | 305 | 163 | 25 | 0 | 52 | 131 | 27 | 40 | 121 | 53 |
| Binary | 11000101 | 1110011 | 10101 | 0 | 101010 | 1011001 | 10111 | 100000 | 1010001 | 101011 |
Color Harmonies of #C57315
Complementary color
Monochromatic Colors of #C57315
Black with #C57315
Text Example
Text Example
White with #C57315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57315; }
p { color: rgb(197,115,21); }
H1.HeaderClassName
{
color: #C57315;
}
.AnyTagClassName
{
color: #C57315;
}
</style>
background-color css
<style>
a { background-color: #C57315; }
a { background-color: rgb(197,115,21); }
div.DivClassName
{
background-color: #C57315;
}
.BgClassName
{
background-color: #C57315;
}
</style>
border-color css
<style>
span { border-color: #C57315; }
span { border-color: rgb(197,115,21); }
td.TdClassName
{
border-color: #C57315;
}
.TagClassName
{
border-color: #C57315;
}
</style>