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