Shades of Ochre #C37A16
Tints of Ochre #C37A16
RGB
CMYK
RGB Variations
Color information
#C37A16 (or 0xC37A16) is known color: Ochre. HEX triplet: C3, 7A and 16. RGB value is (195,122,22). Sum of RGB (Red+Green+Blue) = 195+122+22=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37A16 is #3C85E9. Grayscale: #848484. Windows color (decimal): -3966442 or 1473219. OLE color: 1473219.
HSL color Cylindrical-coordinate representation of color #C37A16: hue angle of 34.68º 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 #C37A16 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 22 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.24 |
| HSL | 34.68º | 0.8% | 0.43% | - |
| HSV(B) | 34.68º | 0.89% | 0.76% | - |
| XYZ | 29.61 | 25.58 | 4.14 | - |
| YUV | 132.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 22 | 0 | 0.37 | 0.89 | 0.24 | 34.68 | 0.8 | 0.43 |
| Hex | C3 | 7A | 16 | 0 | 25 | 59 | 18 | 23 | 50 | 2B |
| Octal | 303 | 172 | 26 | 0 | 45 | 131 | 30 | 43 | 120 | 53 |
| Binary | 11000011 | 1111010 | 10110 | 0 | 100101 | 1011001 | 11000 | 100011 | 1010000 | 101011 |
Color Harmonies of #C37A16
Complementary color
Monochromatic Colors of #C37A16
Black with #C37A16
Text Example
Text Example
White with #C37A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A16; }
p { color: rgb(195,122,22); }
H1.HeaderClassName
{
color: #C37A16;
}
.AnyTagClassName
{
color: #C37A16;
}
</style>
background-color css
<style>
a { background-color: #C37A16; }
a { background-color: rgb(195,122,22); }
div.DivClassName
{
background-color: #C37A16;
}
.BgClassName
{
background-color: #C37A16;
}
</style>
border-color css
<style>
span { border-color: #C37A16; }
span { border-color: rgb(195,122,22); }
td.TdClassName
{
border-color: #C37A16;
}
.TagClassName
{
border-color: #C37A16;
}
</style>