Shades of Ochre #C57524
Tints of Ochre #C57524
RGB
CMYK
RGB Variations
Color information
#C57524 (or 0xC57524) is known color: Ochre. HEX triplet: C5, 75 and 24. RGB value is (197,117,36). Sum of RGB (Red+Green+Blue) = 197+117+36=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C57524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57524 is #3A8ADB. Grayscale: #848484. Windows color (decimal): -3836636 or 2389445. OLE color: 2389445.
HSL color Cylindrical-coordinate representation of color #C57524: hue angle of 30.19º 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 #C57524 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 36 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.23 |
| HSL | 30.19º | 0.69% | 0.46% | - |
| HSV(B) | 30.19º | 0.82% | 0.77% | - |
| XYZ | 29.71 | 24.72 | 4.87 | - |
| YUV | 131.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 36 | 0 | 0.41 | 0.82 | 0.23 | 30.19 | 0.69 | 0.46 |
| Hex | C5 | 75 | 24 | 0 | 29 | 52 | 17 | 1E | 45 | 2E |
| Octal | 305 | 165 | 44 | 0 | 51 | 122 | 27 | 36 | 105 | 56 |
| Binary | 11000101 | 1110101 | 100100 | 0 | 101001 | 1010010 | 10111 | 11110 | 1000101 | 101110 |
Color Harmonies of #C57524
Complementary color
Monochromatic Colors of #C57524
Black with #C57524
Text Example
Text Example
White with #C57524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57524; }
p { color: rgb(197,117,36); }
H1.HeaderClassName
{
color: #C57524;
}
.AnyTagClassName
{
color: #C57524;
}
</style>
background-color css
<style>
a { background-color: #C57524; }
a { background-color: rgb(197,117,36); }
div.DivClassName
{
background-color: #C57524;
}
.BgClassName
{
background-color: #C57524;
}
</style>
border-color css
<style>
span { border-color: #C57524; }
span { border-color: rgb(197,117,36); }
td.TdClassName
{
border-color: #C57524;
}
.TagClassName
{
border-color: #C57524;
}
</style>