Shades of Ochre #C37118
Tints of Ochre #C37118
RGB
CMYK
RGB Variations
Color information
#C37118 (or 0xC37118) is known color: Ochre. HEX triplet: C3, 71 and 18. RGB value is (195,113,24). Sum of RGB (Red+Green+Blue) = 195+113+24=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C37118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37118 is #3C8EE7. Grayscale: #7F7F7F. Windows color (decimal): -3968744 or 1601987. OLE color: 1601987.
HSL color Cylindrical-coordinate representation of color #C37118: hue angle of 31.23º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C37118 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 24 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.24 |
| HSL | 31.23º | 0.78% | 0.43% | - |
| HSV(B) | 31.23º | 0.88% | 0.76% | - |
| XYZ | 28.58 | 23.48 | 3.89 | - |
| YUV | 127.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 24 | 0 | 0.42 | 0.88 | 0.24 | 31.23 | 0.78 | 0.43 |
| Hex | C3 | 71 | 18 | 0 | 2A | 58 | 18 | 1F | 4E | 2B |
| Octal | 303 | 161 | 30 | 0 | 52 | 130 | 30 | 37 | 116 | 53 |
| Binary | 11000011 | 1110001 | 11000 | 0 | 101010 | 1011000 | 11000 | 11111 | 1001110 | 101011 |
Color Harmonies of #C37118
Complementary color
Monochromatic Colors of #C37118
Black with #C37118
Text Example
Text Example
White with #C37118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37118; }
p { color: rgb(195,113,24); }
H1.HeaderClassName
{
color: #C37118;
}
.AnyTagClassName
{
color: #C37118;
}
</style>
background-color css
<style>
a { background-color: #C37118; }
a { background-color: rgb(195,113,24); }
div.DivClassName
{
background-color: #C37118;
}
.BgClassName
{
background-color: #C37118;
}
</style>
border-color css
<style>
span { border-color: #C37118; }
span { border-color: rgb(195,113,24); }
td.TdClassName
{
border-color: #C37118;
}
.TagClassName
{
border-color: #C37118;
}
</style>