Shades of Ochre #C57017
Tints of Ochre #C57017
RGB
CMYK
RGB Variations
Color information
#C57017 (or 0xC57017) is known color: Ochre. HEX triplet: C5, 70 and 17. RGB value is (197,112,23). Sum of RGB (Red+Green+Blue) = 197+112+23=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57017 is #3A8FE8. Grayscale: #7F7F7F. Windows color (decimal): -3837929 or 1536197. OLE color: 1536197.
HSL color Cylindrical-coordinate representation of color #C57017: hue angle of 30.69º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C57017 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 23 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.23 |
| HSL | 30.69º | 0.79% | 0.43% | - |
| HSV(B) | 30.69º | 0.88% | 0.77% | - |
| XYZ | 28.97 | 23.52 | 3.82 | - |
| YUV | 127.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 23 | 0 | 0.43 | 0.88 | 0.23 | 30.69 | 0.79 | 0.43 |
| Hex | C5 | 70 | 17 | 0 | 2B | 58 | 17 | 1F | 4F | 2B |
| Octal | 305 | 160 | 27 | 0 | 53 | 130 | 27 | 37 | 117 | 53 |
| Binary | 11000101 | 1110000 | 10111 | 0 | 101011 | 1011000 | 10111 | 11111 | 1001111 | 101011 |
Color Harmonies of #C57017
Complementary color
Monochromatic Colors of #C57017
Black with #C57017
Text Example
Text Example
White with #C57017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57017; }
p { color: rgb(197,112,23); }
H1.HeaderClassName
{
color: #C57017;
}
.AnyTagClassName
{
color: #C57017;
}
</style>
background-color css
<style>
a { background-color: #C57017; }
a { background-color: rgb(197,112,23); }
div.DivClassName
{
background-color: #C57017;
}
.BgClassName
{
background-color: #C57017;
}
</style>
border-color css
<style>
span { border-color: #C57017; }
span { border-color: rgb(197,112,23); }
td.TdClassName
{
border-color: #C57017;
}
.TagClassName
{
border-color: #C57017;
}
</style>