Shades of Ochre #C37516
Tints of Ochre #C37516
RGB
CMYK
RGB Variations
Color information
#C37516 (or 0xC37516) is known color: Ochre. HEX triplet: C3, 75 and 16. RGB value is (195,117,22). Sum of RGB (Red+Green+Blue) = 195+117+22=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C37516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37516 is #3C8AE9. Grayscale: #818181. Windows color (decimal): -3967722 or 1471939. OLE color: 1471939.
HSL color Cylindrical-coordinate representation of color #C37516: hue angle of 32.95º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C37516 is Cyan = 0, Magento = 0.4, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 22 | - |
| CMYK | 0 | 0.4 | 0.89 | 0.24 |
| HSL | 32.95º | 0.8% | 0.43% | - |
| HSV(B) | 32.95º | 0.89% | 0.76% | - |
| XYZ | 29.01 | 24.38 | 3.94 | - |
| YUV | 129.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 22 | 0 | 0.4 | 0.89 | 0.24 | 32.95 | 0.8 | 0.43 |
| Hex | C3 | 75 | 16 | 0 | 28 | 59 | 18 | 21 | 50 | 2B |
| Octal | 303 | 165 | 26 | 0 | 50 | 131 | 30 | 41 | 120 | 53 |
| Binary | 11000011 | 1110101 | 10110 | 0 | 101000 | 1011001 | 11000 | 100001 | 1010000 | 101011 |
Color Harmonies of #C37516
Complementary color
Monochromatic Colors of #C37516
Black with #C37516
Text Example
Text Example
White with #C37516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37516; }
p { color: rgb(195,117,22); }
H1.HeaderClassName
{
color: #C37516;
}
.AnyTagClassName
{
color: #C37516;
}
</style>
background-color css
<style>
a { background-color: #C37516; }
a { background-color: rgb(195,117,22); }
div.DivClassName
{
background-color: #C37516;
}
.BgClassName
{
background-color: #C37516;
}
</style>
border-color css
<style>
span { border-color: #C37516; }
span { border-color: rgb(195,117,22); }
td.TdClassName
{
border-color: #C37516;
}
.TagClassName
{
border-color: #C37516;
}
</style>