Shades of Ochre #C57917
Tints of Ochre #C57917
RGB
CMYK
RGB Variations
Color information
#C57917 (or 0xC57917) is known color: Ochre. HEX triplet: C5, 79 and 17. RGB value is (197,121,23). Sum of RGB (Red+Green+Blue) = 197+121+23=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C57917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57917 is #3A86E8. Grayscale: #858585. Windows color (decimal): -3835625 or 1538501. OLE color: 1538501.
HSL color Cylindrical-coordinate representation of color #C57917: hue angle of 33.79º 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 #C57917 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 23 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.23 |
| HSL | 33.79º | 0.79% | 0.43% | - |
| HSV(B) | 33.79º | 0.88% | 0.77% | - |
| XYZ | 30.02 | 25.61 | 4.17 | - |
| YUV | 132.55 | 66.18 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 23 | 0 | 0.39 | 0.88 | 0.23 | 33.79 | 0.79 | 0.43 |
| Hex | C5 | 79 | 17 | 0 | 27 | 58 | 17 | 22 | 4F | 2B |
| Octal | 305 | 171 | 27 | 0 | 47 | 130 | 27 | 42 | 117 | 53 |
| Binary | 11000101 | 1111001 | 10111 | 0 | 100111 | 1011000 | 10111 | 100010 | 1001111 | 101011 |
Color Harmonies of #C57917
Complementary color
Monochromatic Colors of #C57917
Black with #C57917
Text Example
Text Example
White with #C57917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57917; }
p { color: rgb(197,121,23); }
H1.HeaderClassName
{
color: #C57917;
}
.AnyTagClassName
{
color: #C57917;
}
</style>
background-color css
<style>
a { background-color: #C57917; }
a { background-color: rgb(197,121,23); }
div.DivClassName
{
background-color: #C57917;
}
.BgClassName
{
background-color: #C57917;
}
</style>
border-color css
<style>
span { border-color: #C57917; }
span { border-color: rgb(197,121,23); }
td.TdClassName
{
border-color: #C57917;
}
.TagClassName
{
border-color: #C57917;
}
</style>