Shades of Ochre #C7811E
Tints of Ochre #C7811E
RGB
CMYK
RGB Variations
Color information
#C7811E (or 0xC7811E) is known color: Ochre. HEX triplet: C7, 81 and 1E. RGB value is (199,129,30). Sum of RGB (Red+Green+Blue) = 199+129+30=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7811E is #387EE1. Grayscale: #8B8B8B. Windows color (decimal): -3702498 or 1999303. OLE color: 1999303.
HSL color Cylindrical-coordinate representation of color #C7811E: hue angle of 35.15º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7811E is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 30 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.22 |
| HSL | 35.15º | 0.74% | 0.45% | - |
| HSV(B) | 35.15º | 0.85% | 0.78% | - |
| XYZ | 31.64 | 27.94 | 4.95 | - |
| YUV | 138.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 30 | 0 | 0.35 | 0.85 | 0.22 | 35.15 | 0.74 | 0.45 |
| Hex | C7 | 81 | 1E | 0 | 23 | 55 | 16 | 23 | 4A | 2D |
| Octal | 307 | 201 | 36 | 0 | 43 | 125 | 26 | 43 | 112 | 55 |
| Binary | 11000111 | 10000001 | 11110 | 0 | 100011 | 1010101 | 10110 | 100011 | 1001010 | 101101 |
Color Harmonies of #C7811E
Complementary color
Monochromatic Colors of #C7811E
Black with #C7811E
Text Example
Text Example
White with #C7811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7811E; }
p { color: rgb(199,129,30); }
H1.HeaderClassName
{
color: #C7811E;
}
.AnyTagClassName
{
color: #C7811E;
}
</style>
background-color css
<style>
a { background-color: #C7811E; }
a { background-color: rgb(199,129,30); }
div.DivClassName
{
background-color: #C7811E;
}
.BgClassName
{
background-color: #C7811E;
}
</style>
border-color css
<style>
span { border-color: #C7811E; }
span { border-color: rgb(199,129,30); }
td.TdClassName
{
border-color: #C7811E;
}
.TagClassName
{
border-color: #C7811E;
}
</style>