Shades of Ochre #C57722
Tints of Ochre #C57722
RGB
CMYK
RGB Variations
Color information
#C57722 (or 0xC57722) is known color: Ochre. HEX triplet: C5, 77 and 22. RGB value is (197,119,34). Sum of RGB (Red+Green+Blue) = 197+119+34=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C57722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57722 is #3A88DD. Grayscale: #858585. Windows color (decimal): -3836126 or 2258885. OLE color: 2258885.
HSL color Cylindrical-coordinate representation of color #C57722: hue angle of 31.29º 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 #C57722 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 34 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.23 |
| HSL | 31.29º | 0.71% | 0.45% | - |
| HSV(B) | 31.29º | 0.83% | 0.77% | - |
| XYZ | 29.91 | 25.18 | 4.8 | - |
| YUV | 132.63 | 72.34 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 34 | 0 | 0.40 | 0.83 | 0.23 | 31.29 | 0.71 | 0.45 |
| Hex | C5 | 77 | 22 | 0 | 28 | 53 | 17 | 1F | 47 | 2D |
| Octal | 305 | 167 | 42 | 0 | 50 | 123 | 27 | 37 | 107 | 55 |
| Binary | 11000101 | 1110111 | 100010 | 0 | 101000 | 1010011 | 10111 | 11111 | 1000111 | 101101 |
Color Harmonies of #C57722
Complementary color
Monochromatic Colors of #C57722
Black with #C57722
Text Example
Text Example
White with #C57722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57722; }
p { color: rgb(197,119,34); }
H1.HeaderClassName
{
color: #C57722;
}
.AnyTagClassName
{
color: #C57722;
}
</style>
background-color css
<style>
a { background-color: #C57722; }
a { background-color: rgb(197,119,34); }
div.DivClassName
{
background-color: #C57722;
}
.BgClassName
{
background-color: #C57722;
}
</style>
border-color css
<style>
span { border-color: #C57722; }
span { border-color: rgb(197,119,34); }
td.TdClassName
{
border-color: #C57722;
}
.TagClassName
{
border-color: #C57722;
}
</style>