Shades of Ochre #C57924
Tints of Ochre #C57924
RGB
CMYK
RGB Variations
Color information
#C57924 (or 0xC57924) is known color: Ochre. HEX triplet: C5, 79 and 24. RGB value is (197,121,36). Sum of RGB (Red+Green+Blue) = 197+121+36=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C57924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57924 is #3A86DB. Grayscale: #868686. Windows color (decimal): -3835612 or 2390469. OLE color: 2390469.
HSL color Cylindrical-coordinate representation of color #C57924: hue angle of 31.68º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C57924 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 36 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.23 |
| HSL | 31.68º | 0.69% | 0.46% | - |
| HSV(B) | 31.68º | 0.82% | 0.77% | - |
| XYZ | 30.18 | 25.67 | 5.03 | - |
| YUV | 134.03 | 72.68 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 36 | 0 | 0.39 | 0.82 | 0.23 | 31.68 | 0.69 | 0.46 |
| Hex | C5 | 79 | 24 | 0 | 27 | 52 | 17 | 20 | 45 | 2E |
| Octal | 305 | 171 | 44 | 0 | 47 | 122 | 27 | 40 | 105 | 56 |
| Binary | 11000101 | 1111001 | 100100 | 0 | 100111 | 1010010 | 10111 | 100000 | 1000101 | 101110 |
Color Harmonies of #C57924
Complementary color
Monochromatic Colors of #C57924
Black with #C57924
Text Example
Text Example
White with #C57924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57924; }
p { color: rgb(197,121,36); }
H1.HeaderClassName
{
color: #C57924;
}
.AnyTagClassName
{
color: #C57924;
}
</style>
background-color css
<style>
a { background-color: #C57924; }
a { background-color: rgb(197,121,36); }
div.DivClassName
{
background-color: #C57924;
}
.BgClassName
{
background-color: #C57924;
}
</style>
border-color css
<style>
span { border-color: #C57924; }
span { border-color: rgb(197,121,36); }
td.TdClassName
{
border-color: #C57924;
}
.TagClassName
{
border-color: #C57924;
}
</style>