Shades of Ochre #C77522
Tints of Ochre #C77522
RGB
CMYK
RGB Variations
Color information
#C77522 (or 0xC77522) is known color: Ochre. HEX triplet: C7, 75 and 22. RGB value is (199,117,34). Sum of RGB (Red+Green+Blue) = 199+117+34=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C77522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77522 is #388ADD. Grayscale: #848484. Windows color (decimal): -3705566 or 2258375. OLE color: 2258375.
HSL color Cylindrical-coordinate representation of color #C77522: hue angle of 30.18º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C77522 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 34 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.22 |
| HSL | 30.18º | 0.71% | 0.46% | - |
| HSV(B) | 30.18º | 0.83% | 0.78% | - |
| XYZ | 30.2 | 24.98 | 4.74 | - |
| YUV | 132.06 | 72.67 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 34 | 0 | 0.41 | 0.83 | 0.22 | 30.18 | 0.71 | 0.46 |
| Hex | C7 | 75 | 22 | 0 | 29 | 53 | 16 | 1E | 47 | 2E |
| Octal | 307 | 165 | 42 | 0 | 51 | 123 | 26 | 36 | 107 | 56 |
| Binary | 11000111 | 1110101 | 100010 | 0 | 101001 | 1010011 | 10110 | 11110 | 1000111 | 101110 |
Color Harmonies of #C77522
Complementary color
Monochromatic Colors of #C77522
Black with #C77522
Text Example
Text Example
White with #C77522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77522; }
p { color: rgb(199,117,34); }
H1.HeaderClassName
{
color: #C77522;
}
.AnyTagClassName
{
color: #C77522;
}
</style>
background-color css
<style>
a { background-color: #C77522; }
a { background-color: rgb(199,117,34); }
div.DivClassName
{
background-color: #C77522;
}
.BgClassName
{
background-color: #C77522;
}
</style>
border-color css
<style>
span { border-color: #C77522; }
span { border-color: rgb(199,117,34); }
td.TdClassName
{
border-color: #C77522;
}
.TagClassName
{
border-color: #C77522;
}
</style>