Shades of Ochre #C77721
Tints of Ochre #C77721
RGB
CMYK
RGB Variations
Color information
#C77721 (or 0xC77721) is known color: Ochre. HEX triplet: C7, 77 and 21. RGB value is (199,119,33). Sum of RGB (Red+Green+Blue) = 199+119+33=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C77721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77721 is #3888DE. Grayscale: #858585. Windows color (decimal): -3705055 or 2193351. OLE color: 2193351.
HSL color Cylindrical-coordinate representation of color #C77721: hue angle of 31.08º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C77721 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 33 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.22 |
| HSL | 31.08º | 0.72% | 0.45% | - |
| HSV(B) | 31.08º | 0.83% | 0.78% | - |
| XYZ | 30.42 | 25.45 | 4.75 | - |
| YUV | 133.12 | 71.5 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 33 | 0 | 0.40 | 0.83 | 0.22 | 31.08 | 0.72 | 0.45 |
| Hex | C7 | 77 | 21 | 0 | 28 | 53 | 16 | 1F | 48 | 2D |
| Octal | 307 | 167 | 41 | 0 | 50 | 123 | 26 | 37 | 110 | 55 |
| Binary | 11000111 | 1110111 | 100001 | 0 | 101000 | 1010011 | 10110 | 11111 | 1001000 | 101101 |
Color Harmonies of #C77721
Complementary color
Monochromatic Colors of #C77721
Black with #C77721
Text Example
Text Example
White with #C77721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77721; }
p { color: rgb(199,119,33); }
H1.HeaderClassName
{
color: #C77721;
}
.AnyTagClassName
{
color: #C77721;
}
</style>
background-color css
<style>
a { background-color: #C77721; }
a { background-color: rgb(199,119,33); }
div.DivClassName
{
background-color: #C77721;
}
.BgClassName
{
background-color: #C77721;
}
</style>
border-color css
<style>
span { border-color: #C77721; }
span { border-color: rgb(199,119,33); }
td.TdClassName
{
border-color: #C77721;
}
.TagClassName
{
border-color: #C77721;
}
</style>