Shades of Ochre #C77822
Tints of Ochre #C77822
RGB
CMYK
RGB Variations
Color information
#C77822 (or 0xC77822) is known color: Ochre. HEX triplet: C7, 78 and 22. RGB value is (199,120,34). Sum of RGB (Red+Green+Blue) = 199+120+34=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C77822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77822 is #3887DD. Grayscale: #868686. Windows color (decimal): -3704798 or 2259143. OLE color: 2259143.
HSL color Cylindrical-coordinate representation of color #C77822: hue angle of 31.27º 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 #C77822 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 34 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.22 |
| HSL | 31.27º | 0.71% | 0.46% | - |
| HSV(B) | 31.27º | 0.83% | 0.78% | - |
| XYZ | 30.56 | 25.69 | 4.86 | - |
| YUV | 133.82 | 71.67 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 34 | 0 | 0.40 | 0.83 | 0.22 | 31.27 | 0.71 | 0.46 |
| Hex | C7 | 78 | 22 | 0 | 28 | 53 | 16 | 1F | 47 | 2E |
| Octal | 307 | 170 | 42 | 0 | 50 | 123 | 26 | 37 | 107 | 56 |
| Binary | 11000111 | 1111000 | 100010 | 0 | 101000 | 1010011 | 10110 | 11111 | 1000111 | 101110 |
Color Harmonies of #C77822
Complementary color
Monochromatic Colors of #C77822
Black with #C77822
Text Example
Text Example
White with #C77822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77822; }
p { color: rgb(199,120,34); }
H1.HeaderClassName
{
color: #C77822;
}
.AnyTagClassName
{
color: #C77822;
}
</style>
background-color css
<style>
a { background-color: #C77822; }
a { background-color: rgb(199,120,34); }
div.DivClassName
{
background-color: #C77822;
}
.BgClassName
{
background-color: #C77822;
}
</style>
border-color css
<style>
span { border-color: #C77822; }
span { border-color: rgb(199,120,34); }
td.TdClassName
{
border-color: #C77822;
}
.TagClassName
{
border-color: #C77822;
}
</style>