Shades of Ochre #C57922
Tints of Ochre #C57922
RGB
CMYK
RGB Variations
Color information
#C57922 (or 0xC57922) is known color: Ochre. HEX triplet: C5, 79 and 22. RGB value is (197,121,34). Sum of RGB (Red+Green+Blue) = 197+121+34=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C57922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57922 is #3A86DD. Grayscale: #868686. Windows color (decimal): -3835614 or 2259397. OLE color: 2259397.
HSL color Cylindrical-coordinate representation of color #C57922: hue angle of 32.02º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C57922 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 34 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.23 |
| HSL | 32.02º | 0.71% | 0.45% | - |
| HSV(B) | 32.02º | 0.83% | 0.77% | - |
| XYZ | 30.15 | 25.66 | 4.88 | - |
| YUV | 133.81 | 71.68 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 34 | 0 | 0.39 | 0.83 | 0.23 | 32.02 | 0.71 | 0.45 |
| Hex | C5 | 79 | 22 | 0 | 27 | 53 | 17 | 20 | 47 | 2D |
| Octal | 305 | 171 | 42 | 0 | 47 | 123 | 27 | 40 | 107 | 55 |
| Binary | 11000101 | 1111001 | 100010 | 0 | 100111 | 1010011 | 10111 | 100000 | 1000111 | 101101 |
Color Harmonies of #C57922
Complementary color
Monochromatic Colors of #C57922
Black with #C57922
Text Example
Text Example
White with #C57922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57922; }
p { color: rgb(197,121,34); }
H1.HeaderClassName
{
color: #C57922;
}
.AnyTagClassName
{
color: #C57922;
}
</style>
background-color css
<style>
a { background-color: #C57922; }
a { background-color: rgb(197,121,34); }
div.DivClassName
{
background-color: #C57922;
}
.BgClassName
{
background-color: #C57922;
}
</style>
border-color css
<style>
span { border-color: #C57922; }
span { border-color: rgb(197,121,34); }
td.TdClassName
{
border-color: #C57922;
}
.TagClassName
{
border-color: #C57922;
}
</style>