Shades of Ochre #C76F1F
Tints of Ochre #C76F1F
RGB
CMYK
RGB Variations
Color information
#C76F1F (or 0xC76F1F) is known color: Ochre. HEX triplet: C7, 6F and 1F. RGB value is (199,111,31). Sum of RGB (Red+Green+Blue) = 199+111+31=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F1F is #3890E0. Grayscale: #808080. Windows color (decimal): -3707105 or 2060231. OLE color: 2060231.
HSL color Cylindrical-coordinate representation of color #C76F1F: hue angle of 28.57º degrees, saturation: 0.73, 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 #C76F1F is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 31 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.22 |
| HSL | 28.57º | 0.73% | 0.45% | - |
| HSV(B) | 28.57º | 0.84% | 0.78% | - |
| XYZ | 29.48 | 23.61 | 4.3 | - |
| YUV | 128.19 | 73.15 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 31 | 0 | 0.44 | 0.84 | 0.22 | 28.57 | 0.73 | 0.45 |
| Hex | C7 | 6F | 1F | 0 | 2C | 54 | 16 | 1D | 49 | 2D |
| Octal | 307 | 157 | 37 | 0 | 54 | 124 | 26 | 35 | 111 | 55 |
| Binary | 11000111 | 1101111 | 11111 | 0 | 101100 | 1010100 | 10110 | 11101 | 1001001 | 101101 |
Color Harmonies of #C76F1F
Complementary color
Monochromatic Colors of #C76F1F
Black with #C76F1F
Text Example
Text Example
White with #C76F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F1F; }
p { color: rgb(199,111,31); }
H1.HeaderClassName
{
color: #C76F1F;
}
.AnyTagClassName
{
color: #C76F1F;
}
</style>
background-color css
<style>
a { background-color: #C76F1F; }
a { background-color: rgb(199,111,31); }
div.DivClassName
{
background-color: #C76F1F;
}
.BgClassName
{
background-color: #C76F1F;
}
</style>
border-color css
<style>
span { border-color: #C76F1F; }
span { border-color: rgb(199,111,31); }
td.TdClassName
{
border-color: #C76F1F;
}
.TagClassName
{
border-color: #C76F1F;
}
</style>