Shades of Ochre #C0771E
Tints of Ochre #C0771E
RGB
CMYK
RGB Variations
Color information
#C0771E (or 0xC0771E) is known color: Ochre. HEX triplet: C0, 77 and 1E. RGB value is (192,119,30). Sum of RGB (Red+Green+Blue) = 192+119+30=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0771E is #3F88E1. Grayscale: #838383. Windows color (decimal): -4163810 or 1996736. OLE color: 1996736.
HSL color Cylindrical-coordinate representation of color #C0771E: hue angle of 32.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0771E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 30 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.25 |
| HSL | 32.96º | 0.73% | 0.44% | - |
| HSV(B) | 32.96º | 0.84% | 0.75% | - |
| XYZ | 28.57 | 24.49 | 4.45 | - |
| YUV | 130.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 30 | 0 | 0.38 | 0.84 | 0.25 | 32.96 | 0.73 | 0.44 |
| Hex | C0 | 77 | 1E | 0 | 26 | 54 | 19 | 21 | 49 | 2C |
| Octal | 300 | 167 | 36 | 0 | 46 | 124 | 31 | 41 | 111 | 54 |
| Binary | 11000000 | 1110111 | 11110 | 0 | 100110 | 1010100 | 11001 | 100001 | 1001001 | 101100 |
Color Harmonies of #C0771E
Complementary color
Monochromatic Colors of #C0771E
Black with #C0771E
Text Example
Text Example
White with #C0771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0771E; }
p { color: rgb(192,119,30); }
H1.HeaderClassName
{
color: #C0771E;
}
.AnyTagClassName
{
color: #C0771E;
}
</style>
background-color css
<style>
a { background-color: #C0771E; }
a { background-color: rgb(192,119,30); }
div.DivClassName
{
background-color: #C0771E;
}
.BgClassName
{
background-color: #C0771E;
}
</style>
border-color css
<style>
span { border-color: #C0771E; }
span { border-color: rgb(192,119,30); }
td.TdClassName
{
border-color: #C0771E;
}
.TagClassName
{
border-color: #C0771E;
}
</style>