Shades of Ochre #C7811B
Tints of Ochre #C7811B
RGB
CMYK
RGB Variations
Color information
#C7811B (or 0xC7811B) is known color: Ochre. HEX triplet: C7, 81 and 1B. RGB value is (199,129,27). Sum of RGB (Red+Green+Blue) = 199+129+27=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7811B is #387EE4. Grayscale: #8A8A8A. Windows color (decimal): -3702501 or 1802695. OLE color: 1802695.
HSL color Cylindrical-coordinate representation of color #C7811B: hue angle of 35.58º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7811B is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 27 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.22 |
| HSL | 35.58º | 0.76% | 0.44% | - |
| HSV(B) | 35.58º | 0.86% | 0.78% | - |
| XYZ | 31.6 | 27.92 | 4.76 | - |
| YUV | 138.3 | 65.19 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 27 | 0 | 0.35 | 0.86 | 0.22 | 35.58 | 0.76 | 0.44 |
| Hex | C7 | 81 | 1B | 0 | 23 | 56 | 16 | 24 | 4C | 2C |
| Octal | 307 | 201 | 33 | 0 | 43 | 126 | 26 | 44 | 114 | 54 |
| Binary | 11000111 | 10000001 | 11011 | 0 | 100011 | 1010110 | 10110 | 100100 | 1001100 | 101100 |
Color Harmonies of #C7811B
Complementary color
Monochromatic Colors of #C7811B
Black with #C7811B
Text Example
Text Example
White with #C7811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7811B; }
p { color: rgb(199,129,27); }
H1.HeaderClassName
{
color: #C7811B;
}
.AnyTagClassName
{
color: #C7811B;
}
</style>
background-color css
<style>
a { background-color: #C7811B; }
a { background-color: rgb(199,129,27); }
div.DivClassName
{
background-color: #C7811B;
}
.BgClassName
{
background-color: #C7811B;
}
</style>
border-color css
<style>
span { border-color: #C7811B; }
span { border-color: rgb(199,129,27); }
td.TdClassName
{
border-color: #C7811B;
}
.TagClassName
{
border-color: #C7811B;
}
</style>