Shades of Ochre #C76D20
Tints of Ochre #C76D20
RGB
CMYK
RGB Variations
Color information
#C76D20 (or 0xC76D20) is known color: Ochre. HEX triplet: C7, 6D and 20. RGB value is (199,109,32). Sum of RGB (Red+Green+Blue) = 199+109+32=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D20 is #3892DF. Grayscale: #7F7F7F. Windows color (decimal): -3707616 or 2125255. OLE color: 2125255.
HSL color Cylindrical-coordinate representation of color #C76D20: hue angle of 27.66º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C76D20 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 32 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.22 |
| HSL | 27.66º | 0.72% | 0.45% | - |
| HSV(B) | 27.66º | 0.84% | 0.78% | - |
| XYZ | 29.28 | 23.18 | 4.3 | - |
| YUV | 127.13 | 74.32 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 32 | 0 | 0.45 | 0.84 | 0.22 | 27.66 | 0.72 | 0.45 |
| Hex | C7 | 6D | 20 | 0 | 2D | 54 | 16 | 1C | 48 | 2D |
| Octal | 307 | 155 | 40 | 0 | 55 | 124 | 26 | 34 | 110 | 55 |
| Binary | 11000111 | 1101101 | 100000 | 0 | 101101 | 1010100 | 10110 | 11100 | 1001000 | 101101 |
Color Harmonies of #C76D20
Complementary color
Monochromatic Colors of #C76D20
Black with #C76D20
Text Example
Text Example
White with #C76D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D20; }
p { color: rgb(199,109,32); }
H1.HeaderClassName
{
color: #C76D20;
}
.AnyTagClassName
{
color: #C76D20;
}
</style>
background-color css
<style>
a { background-color: #C76D20; }
a { background-color: rgb(199,109,32); }
div.DivClassName
{
background-color: #C76D20;
}
.BgClassName
{
background-color: #C76D20;
}
</style>
border-color css
<style>
span { border-color: #C76D20; }
span { border-color: rgb(199,109,32); }
td.TdClassName
{
border-color: #C76D20;
}
.TagClassName
{
border-color: #C76D20;
}
</style>