Shades of Ochre #C37110
Tints of Ochre #C37110
RGB
CMYK
RGB Variations
Color information
#C37110 (or 0xC37110) is known color: Ochre. HEX triplet: C3, 71 and 10. RGB value is (195,113,16). Sum of RGB (Red+Green+Blue) = 195+113+16=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C37110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37110 is #3C8EEF. Grayscale: #7E7E7E. Windows color (decimal): -3968752 or 1077699. OLE color: 1077699.
HSL color Cylindrical-coordinate representation of color #C37110: hue angle of 32.51º 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 #C37110 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.24 |
| HSL | 32.51º | 0.85% | 0.41% | - |
| HSV(B) | 32.51º | 0.92% | 0.76% | - |
| XYZ | 28.5 | 23.45 | 3.51 | - |
| YUV | 126.46 | 65.67 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 16 | 0 | 0.42 | 0.92 | 0.24 | 32.51 | 0.85 | 0.41 |
| Hex | C3 | 71 | 10 | 0 | 2A | 5C | 18 | 21 | 55 | 29 |
| Octal | 303 | 161 | 20 | 0 | 52 | 134 | 30 | 41 | 125 | 51 |
| Binary | 11000011 | 1110001 | 10000 | 0 | 101010 | 1011100 | 11000 | 100001 | 1010101 | 101001 |
Color Harmonies of #C37110
Complementary color
Monochromatic Colors of #C37110
Black with #C37110
Text Example
Text Example
White with #C37110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37110; }
p { color: rgb(195,113,16); }
H1.HeaderClassName
{
color: #C37110;
}
.AnyTagClassName
{
color: #C37110;
}
</style>
background-color css
<style>
a { background-color: #C37110; }
a { background-color: rgb(195,113,16); }
div.DivClassName
{
background-color: #C37110;
}
.BgClassName
{
background-color: #C37110;
}
</style>
border-color css
<style>
span { border-color: #C37110; }
span { border-color: rgb(195,113,16); }
td.TdClassName
{
border-color: #C37110;
}
.TagClassName
{
border-color: #C37110;
}
</style>