Shades of Ochre #C57719
Tints of Ochre #C57719
RGB
CMYK
RGB Variations
Color information
#C57719 (or 0xC57719) is known color: Ochre. HEX triplet: C5, 77 and 19. RGB value is (197,119,25). Sum of RGB (Red+Green+Blue) = 197+119+25=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C57719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57719 is #3A88E6. Grayscale: #848484. Windows color (decimal): -3836135 or 1669061. OLE color: 1669061.
HSL color Cylindrical-coordinate representation of color #C57719: hue angle of 32.79º 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 #C57719 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 25 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.23 |
| HSL | 32.79º | 0.77% | 0.44% | - |
| HSV(B) | 32.79º | 0.87% | 0.77% | - |
| XYZ | 29.8 | 25.13 | 4.2 | - |
| YUV | 131.61 | 67.84 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 25 | 0 | 0.40 | 0.87 | 0.23 | 32.79 | 0.77 | 0.44 |
| Hex | C5 | 77 | 19 | 0 | 28 | 57 | 17 | 21 | 4D | 2C |
| Octal | 305 | 167 | 31 | 0 | 50 | 127 | 27 | 41 | 115 | 54 |
| Binary | 11000101 | 1110111 | 11001 | 0 | 101000 | 1010111 | 10111 | 100001 | 1001101 | 101100 |
Color Harmonies of #C57719
Complementary color
Monochromatic Colors of #C57719
Black with #C57719
Text Example
Text Example
White with #C57719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57719; }
p { color: rgb(197,119,25); }
H1.HeaderClassName
{
color: #C57719;
}
.AnyTagClassName
{
color: #C57719;
}
</style>
background-color css
<style>
a { background-color: #C57719; }
a { background-color: rgb(197,119,25); }
div.DivClassName
{
background-color: #C57719;
}
.BgClassName
{
background-color: #C57719;
}
</style>
border-color css
<style>
span { border-color: #C57719; }
span { border-color: rgb(197,119,25); }
td.TdClassName
{
border-color: #C57719;
}
.TagClassName
{
border-color: #C57719;
}
</style>