Shades of Ochre #C57319
Tints of Ochre #C57319
RGB
CMYK
RGB Variations
Color information
#C57319 (or 0xC57319) is known color: Ochre. HEX triplet: C5, 73 and 19. RGB value is (197,115,25). Sum of RGB (Red+Green+Blue) = 197+115+25=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C57319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57319 is #3A8CE6. Grayscale: #818181. Windows color (decimal): -3837159 or 1668037. OLE color: 1668037.
HSL color Cylindrical-coordinate representation of color #C57319: hue angle of 31.4º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C57319 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 25 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.23 |
| HSL | 31.4º | 0.77% | 0.44% | - |
| HSV(B) | 31.4º | 0.87% | 0.77% | - |
| XYZ | 29.33 | 24.2 | 4.05 | - |
| YUV | 129.26 | 69.17 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 25 | 0 | 0.42 | 0.87 | 0.23 | 31.4 | 0.77 | 0.44 |
| Hex | C5 | 73 | 19 | 0 | 2A | 57 | 17 | 1F | 4D | 2C |
| Octal | 305 | 163 | 31 | 0 | 52 | 127 | 27 | 37 | 115 | 54 |
| Binary | 11000101 | 1110011 | 11001 | 0 | 101010 | 1010111 | 10111 | 11111 | 1001101 | 101100 |
Color Harmonies of #C57319
Complementary color
Monochromatic Colors of #C57319
Black with #C57319
Text Example
Text Example
White with #C57319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57319; }
p { color: rgb(197,115,25); }
H1.HeaderClassName
{
color: #C57319;
}
.AnyTagClassName
{
color: #C57319;
}
</style>
background-color css
<style>
a { background-color: #C57319; }
a { background-color: rgb(197,115,25); }
div.DivClassName
{
background-color: #C57319;
}
.BgClassName
{
background-color: #C57319;
}
</style>
border-color css
<style>
span { border-color: #C57319; }
span { border-color: rgb(197,115,25); }
td.TdClassName
{
border-color: #C57319;
}
.TagClassName
{
border-color: #C57319;
}
</style>