Shades of Ochre #C37815
Tints of Ochre #C37815
RGB
CMYK
RGB Variations
Color information
#C37815 (or 0xC37815) is known color: Ochre. HEX triplet: C3, 78 and 15. RGB value is (195,120,21). Sum of RGB (Red+Green+Blue) = 195+120+21=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C37815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37815 is #3C87EA. Grayscale: #838383. Windows color (decimal): -3966955 or 1407171. OLE color: 1407171.
HSL color Cylindrical-coordinate representation of color #C37815: hue angle of 34.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C37815 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 21 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.24 |
| HSL | 34.14º | 0.81% | 0.42% | - |
| HSV(B) | 34.14º | 0.89% | 0.76% | - |
| XYZ | 29.36 | 25.09 | 4 | - |
| YUV | 131.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 21 | 0 | 0.38 | 0.89 | 0.24 | 34.14 | 0.81 | 0.42 |
| Hex | C3 | 78 | 15 | 0 | 26 | 59 | 18 | 22 | 51 | 2A |
| Octal | 303 | 170 | 25 | 0 | 46 | 131 | 30 | 42 | 121 | 52 |
| Binary | 11000011 | 1111000 | 10101 | 0 | 100110 | 1011001 | 11000 | 100010 | 1010001 | 101010 |
Color Harmonies of #C37815
Complementary color
Monochromatic Colors of #C37815
Black with #C37815
Text Example
Text Example
White with #C37815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37815; }
p { color: rgb(195,120,21); }
H1.HeaderClassName
{
color: #C37815;
}
.AnyTagClassName
{
color: #C37815;
}
</style>
background-color css
<style>
a { background-color: #C37815; }
a { background-color: rgb(195,120,21); }
div.DivClassName
{
background-color: #C37815;
}
.BgClassName
{
background-color: #C37815;
}
</style>
border-color css
<style>
span { border-color: #C37815; }
span { border-color: rgb(195,120,21); }
td.TdClassName
{
border-color: #C37815;
}
.TagClassName
{
border-color: #C37815;
}
</style>