Shades of Ochre #C57824
Tints of Ochre #C57824
RGB
CMYK
RGB Variations
Color information
#C57824 (or 0xC57824) is known color: Ochre. HEX triplet: C5, 78 and 24. RGB value is (197,120,36). Sum of RGB (Red+Green+Blue) = 197+120+36=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C57824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57824 is #3A87DB. Grayscale: #858585. Windows color (decimal): -3835868 or 2390213. OLE color: 2390213.
HSL color Cylindrical-coordinate representation of color #C57824: hue angle of 31.3º 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 #C57824 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 36 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.23 |
| HSL | 31.3º | 0.69% | 0.46% | - |
| HSV(B) | 31.3º | 0.82% | 0.77% | - |
| XYZ | 30.06 | 25.43 | 4.99 | - |
| YUV | 133.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 36 | 0 | 0.39 | 0.82 | 0.23 | 31.3 | 0.69 | 0.46 |
| Hex | C5 | 78 | 24 | 0 | 27 | 52 | 17 | 1F | 45 | 2E |
| Octal | 305 | 170 | 44 | 0 | 47 | 122 | 27 | 37 | 105 | 56 |
| Binary | 11000101 | 1111000 | 100100 | 0 | 100111 | 1010010 | 10111 | 11111 | 1000101 | 101110 |
Color Harmonies of #C57824
Complementary color
Monochromatic Colors of #C57824
Black with #C57824
Text Example
Text Example
White with #C57824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57824; }
p { color: rgb(197,120,36); }
H1.HeaderClassName
{
color: #C57824;
}
.AnyTagClassName
{
color: #C57824;
}
</style>
background-color css
<style>
a { background-color: #C57824; }
a { background-color: rgb(197,120,36); }
div.DivClassName
{
background-color: #C57824;
}
.BgClassName
{
background-color: #C57824;
}
</style>
border-color css
<style>
span { border-color: #C57824; }
span { border-color: rgb(197,120,36); }
td.TdClassName
{
border-color: #C57824;
}
.TagClassName
{
border-color: #C57824;
}
</style>