Shades of Ochre #C37510
Tints of Ochre #C37510
RGB
CMYK
RGB Variations
Color information
#C37510 (or 0xC37510) is known color: Ochre. HEX triplet: C3, 75 and 10. RGB value is (195,117,16). Sum of RGB (Red+Green+Blue) = 195+117+16=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C37510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37510 is #3C8AEF. Grayscale: #818181. Windows color (decimal): -3967728 or 1078723. OLE color: 1078723.
HSL color Cylindrical-coordinate representation of color #C37510: hue angle of 33.85º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C37510 is Cyan = 0, Magento = 0.4, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 16 | - |
| CMYK | 0 | 0.4 | 0.92 | 0.24 |
| HSL | 33.85º | 0.85% | 0.41% | - |
| HSV(B) | 33.85º | 0.92% | 0.76% | - |
| XYZ | 28.96 | 24.36 | 3.67 | - |
| YUV | 128.81 | 64.34 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 16 | 0 | 0.4 | 0.92 | 0.24 | 33.85 | 0.85 | 0.41 |
| Hex | C3 | 75 | 10 | 0 | 28 | 5C | 18 | 22 | 55 | 29 |
| Octal | 303 | 165 | 20 | 0 | 50 | 134 | 30 | 42 | 125 | 51 |
| Binary | 11000011 | 1110101 | 10000 | 0 | 101000 | 1011100 | 11000 | 100010 | 1010101 | 101001 |
Color Harmonies of #C37510
Complementary color
Monochromatic Colors of #C37510
Black with #C37510
Text Example
Text Example
White with #C37510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37510; }
p { color: rgb(195,117,16); }
H1.HeaderClassName
{
color: #C37510;
}
.AnyTagClassName
{
color: #C37510;
}
</style>
background-color css
<style>
a { background-color: #C37510; }
a { background-color: rgb(195,117,16); }
div.DivClassName
{
background-color: #C37510;
}
.BgClassName
{
background-color: #C37510;
}
</style>
border-color css
<style>
span { border-color: #C37510; }
span { border-color: rgb(195,117,16); }
td.TdClassName
{
border-color: #C37510;
}
.TagClassName
{
border-color: #C37510;
}
</style>