Shades of Ochre #C37410
Tints of Ochre #C37410
RGB
CMYK
RGB Variations
Color information
#C37410 (or 0xC37410) is known color: Ochre. HEX triplet: C3, 74 and 10. RGB value is (195,116,16). Sum of RGB (Red+Green+Blue) = 195+116+16=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C37410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37410 is #3C8BEF. Grayscale: #808080. Windows color (decimal): -3967984 or 1078467. OLE color: 1078467.
HSL color Cylindrical-coordinate representation of color #C37410: hue angle of 33.52º 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 #C37410 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.24 |
| HSL | 33.52º | 0.85% | 0.41% | - |
| HSV(B) | 33.52º | 0.92% | 0.76% | - |
| XYZ | 28.84 | 24.13 | 3.63 | - |
| YUV | 128.22 | 64.67 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 16 | 0 | 0.41 | 0.92 | 0.24 | 33.52 | 0.85 | 0.41 |
| Hex | C3 | 74 | 10 | 0 | 29 | 5C | 18 | 22 | 55 | 29 |
| Octal | 303 | 164 | 20 | 0 | 51 | 134 | 30 | 42 | 125 | 51 |
| Binary | 11000011 | 1110100 | 10000 | 0 | 101001 | 1011100 | 11000 | 100010 | 1010101 | 101001 |
Color Harmonies of #C37410
Complementary color
Monochromatic Colors of #C37410
Black with #C37410
Text Example
Text Example
White with #C37410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37410; }
p { color: rgb(195,116,16); }
H1.HeaderClassName
{
color: #C37410;
}
.AnyTagClassName
{
color: #C37410;
}
</style>
background-color css
<style>
a { background-color: #C37410; }
a { background-color: rgb(195,116,16); }
div.DivClassName
{
background-color: #C37410;
}
.BgClassName
{
background-color: #C37410;
}
</style>
border-color css
<style>
span { border-color: #C37410; }
span { border-color: rgb(195,116,16); }
td.TdClassName
{
border-color: #C37410;
}
.TagClassName
{
border-color: #C37410;
}
</style>