Shades of Ochre #C57419
Tints of Ochre #C57419
RGB
CMYK
RGB Variations
Color information
#C57419 (or 0xC57419) is known color: Ochre. HEX triplet: C5, 74 and 19. RGB value is (197,116,25). Sum of RGB (Red+Green+Blue) = 197+116+25=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C57419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57419 is #3A8BE6. Grayscale: #828282. Windows color (decimal): -3836903 or 1668293. OLE color: 1668293.
HSL color Cylindrical-coordinate representation of color #C57419: hue angle of 31.74º 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 #C57419 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 25 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.23 |
| HSL | 31.74º | 0.77% | 0.44% | - |
| HSV(B) | 31.74º | 0.87% | 0.77% | - |
| XYZ | 29.45 | 24.43 | 4.08 | - |
| YUV | 129.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 25 | 0 | 0.41 | 0.87 | 0.23 | 31.74 | 0.77 | 0.44 |
| Hex | C5 | 74 | 19 | 0 | 29 | 57 | 17 | 20 | 4D | 2C |
| Octal | 305 | 164 | 31 | 0 | 51 | 127 | 27 | 40 | 115 | 54 |
| Binary | 11000101 | 1110100 | 11001 | 0 | 101001 | 1010111 | 10111 | 100000 | 1001101 | 101100 |
Color Harmonies of #C57419
Complementary color
Monochromatic Colors of #C57419
Black with #C57419
Text Example
Text Example
White with #C57419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57419; }
p { color: rgb(197,116,25); }
H1.HeaderClassName
{
color: #C57419;
}
.AnyTagClassName
{
color: #C57419;
}
</style>
background-color css
<style>
a { background-color: #C57419; }
a { background-color: rgb(197,116,25); }
div.DivClassName
{
background-color: #C57419;
}
.BgClassName
{
background-color: #C57419;
}
</style>
border-color css
<style>
span { border-color: #C57419; }
span { border-color: rgb(197,116,25); }
td.TdClassName
{
border-color: #C57419;
}
.TagClassName
{
border-color: #C57419;
}
</style>