Shades of Ochre #C37112
Tints of Ochre #C37112
RGB
CMYK
RGB Variations
Color information
#C37112 (or 0xC37112) is known color: Ochre. HEX triplet: C3, 71 and 12. RGB value is (195,113,18). Sum of RGB (Red+Green+Blue) = 195+113+18=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C37112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37112 is #3C8EED. Grayscale: #7F7F7F. Windows color (decimal): -3968750 or 1208771. OLE color: 1208771.
HSL color Cylindrical-coordinate representation of color #C37112: hue angle of 32.2º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C37112 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 18 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.24 |
| HSL | 32.2º | 0.83% | 0.42% | - |
| HSV(B) | 32.2º | 0.91% | 0.76% | - |
| XYZ | 28.52 | 23.46 | 3.6 | - |
| YUV | 126.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 18 | 0 | 0.42 | 0.91 | 0.24 | 32.2 | 0.83 | 0.42 |
| Hex | C3 | 71 | 12 | 0 | 2A | 5B | 18 | 20 | 53 | 2A |
| Octal | 303 | 161 | 22 | 0 | 52 | 133 | 30 | 40 | 123 | 52 |
| Binary | 11000011 | 1110001 | 10010 | 0 | 101010 | 1011011 | 11000 | 100000 | 1010011 | 101010 |
Color Harmonies of #C37112
Complementary color
Monochromatic Colors of #C37112
Black with #C37112
Text Example
Text Example
White with #C37112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37112; }
p { color: rgb(195,113,18); }
H1.HeaderClassName
{
color: #C37112;
}
.AnyTagClassName
{
color: #C37112;
}
</style>
background-color css
<style>
a { background-color: #C37112; }
a { background-color: rgb(195,113,18); }
div.DivClassName
{
background-color: #C37112;
}
.BgClassName
{
background-color: #C37112;
}
</style>
border-color css
<style>
span { border-color: #C37112; }
span { border-color: rgb(195,113,18); }
td.TdClassName
{
border-color: #C37112;
}
.TagClassName
{
border-color: #C37112;
}
</style>