Shades of Ochre #C37411
Tints of Ochre #C37411
RGB
CMYK
RGB Variations
Color information
#C37411 (or 0xC37411) is known color: Ochre. HEX triplet: C3, 74 and 11. RGB value is (195,116,17). Sum of RGB (Red+Green+Blue) = 195+116+17=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C37411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37411 is #3C8BEE. Grayscale: #808080. Windows color (decimal): -3967983 or 1144003. OLE color: 1144003.
HSL color Cylindrical-coordinate representation of color #C37411: hue angle of 33.37º degrees, saturation: 0.84, 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 #C37411 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 17 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.24 |
| HSL | 33.37º | 0.84% | 0.42% | - |
| HSV(B) | 33.37º | 0.91% | 0.76% | - |
| XYZ | 28.85 | 24.13 | 3.67 | - |
| YUV | 128.34 | 65.17 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 17 | 0 | 0.41 | 0.91 | 0.24 | 33.37 | 0.84 | 0.42 |
| Hex | C3 | 74 | 11 | 0 | 29 | 5B | 18 | 21 | 54 | 2A |
| Octal | 303 | 164 | 21 | 0 | 51 | 133 | 30 | 41 | 124 | 52 |
| Binary | 11000011 | 1110100 | 10001 | 0 | 101001 | 1011011 | 11000 | 100001 | 1010100 | 101010 |
Color Harmonies of #C37411
Complementary color
Monochromatic Colors of #C37411
Black with #C37411
Text Example
Text Example
White with #C37411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37411; }
p { color: rgb(195,116,17); }
H1.HeaderClassName
{
color: #C37411;
}
.AnyTagClassName
{
color: #C37411;
}
</style>
background-color css
<style>
a { background-color: #C37411; }
a { background-color: rgb(195,116,17); }
div.DivClassName
{
background-color: #C37411;
}
.BgClassName
{
background-color: #C37411;
}
</style>
border-color css
<style>
span { border-color: #C37411; }
span { border-color: rgb(195,116,17); }
td.TdClassName
{
border-color: #C37411;
}
.TagClassName
{
border-color: #C37411;
}
</style>