Shades of Ochre #C57A24
Tints of Ochre #C57A24
RGB
CMYK
RGB Variations
Color information
#C57A24 (or 0xC57A24) is known color: Ochre. HEX triplet: C5, 7A and 24. RGB value is (197,122,36). Sum of RGB (Red+Green+Blue) = 197+122+36=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A24 is #3A85DB. Grayscale: #878787. Windows color (decimal): -3835356 or 2390725. OLE color: 2390725.
HSL color Cylindrical-coordinate representation of color #C57A24: hue angle of 32.05º 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 #C57A24 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 36 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.23 |
| HSL | 32.05º | 0.69% | 0.46% | - |
| HSV(B) | 32.05º | 0.82% | 0.77% | - |
| XYZ | 30.3 | 25.92 | 5.07 | - |
| YUV | 134.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 36 | 0 | 0.38 | 0.82 | 0.23 | 32.05 | 0.69 | 0.46 |
| Hex | C5 | 7A | 24 | 0 | 26 | 52 | 17 | 20 | 45 | 2E |
| Octal | 305 | 172 | 44 | 0 | 46 | 122 | 27 | 40 | 105 | 56 |
| Binary | 11000101 | 1111010 | 100100 | 0 | 100110 | 1010010 | 10111 | 100000 | 1000101 | 101110 |
Color Harmonies of #C57A24
Complementary color
Monochromatic Colors of #C57A24
Black with #C57A24
Text Example
Text Example
White with #C57A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A24; }
p { color: rgb(197,122,36); }
H1.HeaderClassName
{
color: #C57A24;
}
.AnyTagClassName
{
color: #C57A24;
}
</style>
background-color css
<style>
a { background-color: #C57A24; }
a { background-color: rgb(197,122,36); }
div.DivClassName
{
background-color: #C57A24;
}
.BgClassName
{
background-color: #C57A24;
}
</style>
border-color css
<style>
span { border-color: #C57A24; }
span { border-color: rgb(197,122,36); }
td.TdClassName
{
border-color: #C57A24;
}
.TagClassName
{
border-color: #C57A24;
}
</style>