Shades of Ochre #C77026
Tints of Ochre #C77026
RGB
CMYK
RGB Variations
Color information
#C77026 (or 0xC77026) is known color: Ochre. HEX triplet: C7, 70 and 26. RGB value is (199,112,38). Sum of RGB (Red+Green+Blue) = 199+112+38=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C77026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77026 is #388FD9. Grayscale: #818181. Windows color (decimal): -3706842 or 2519239. OLE color: 2519239.
HSL color Cylindrical-coordinate representation of color #C77026: hue angle of 27.58º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C77026 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 38 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.22 |
| HSL | 27.58º | 0.68% | 0.46% | - |
| HSV(B) | 27.58º | 0.81% | 0.78% | - |
| XYZ | 29.7 | 23.87 | 4.88 | - |
| YUV | 129.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 38 | 0 | 0.44 | 0.81 | 0.22 | 27.58 | 0.68 | 0.46 |
| Hex | C7 | 70 | 26 | 0 | 2C | 51 | 16 | 1C | 44 | 2E |
| Octal | 307 | 160 | 46 | 0 | 54 | 121 | 26 | 34 | 104 | 56 |
| Binary | 11000111 | 1110000 | 100110 | 0 | 101100 | 1010001 | 10110 | 11100 | 1000100 | 101110 |
Color Harmonies of #C77026
Complementary color
Monochromatic Colors of #C77026
Black with #C77026
Text Example
Text Example
White with #C77026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77026; }
p { color: rgb(199,112,38); }
H1.HeaderClassName
{
color: #C77026;
}
.AnyTagClassName
{
color: #C77026;
}
</style>
background-color css
<style>
a { background-color: #C77026; }
a { background-color: rgb(199,112,38); }
div.DivClassName
{
background-color: #C77026;
}
.BgClassName
{
background-color: #C77026;
}
</style>
border-color css
<style>
span { border-color: #C77026; }
span { border-color: rgb(199,112,38); }
td.TdClassName
{
border-color: #C77026;
}
.TagClassName
{
border-color: #C77026;
}
</style>