Shades of Ochre #C47515
Tints of Ochre #C47515
RGB
CMYK
RGB Variations
Color information
#C47515 (or 0xC47515) is known color: Ochre. HEX triplet: C4, 75 and 15. RGB value is (196,117,21). Sum of RGB (Red+Green+Blue) = 196+117+21=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C47515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47515 is #3B8AEA. Grayscale: #828282. Windows color (decimal): -3902187 or 1406404. OLE color: 1406404.
HSL color Cylindrical-coordinate representation of color #C47515: hue angle of 32.91º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C47515 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 21 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.23 |
| HSL | 32.91º | 0.81% | 0.43% | - |
| HSV(B) | 32.91º | 0.89% | 0.77% | - |
| XYZ | 29.26 | 24.51 | 3.9 | - |
| YUV | 129.68 | 66.67 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 21 | 0 | 0.40 | 0.89 | 0.23 | 32.91 | 0.81 | 0.43 |
| Hex | C4 | 75 | 15 | 0 | 28 | 59 | 17 | 21 | 51 | 2B |
| Octal | 304 | 165 | 25 | 0 | 50 | 131 | 27 | 41 | 121 | 53 |
| Binary | 11000100 | 1110101 | 10101 | 0 | 101000 | 1011001 | 10111 | 100001 | 1010001 | 101011 |
Color Harmonies of #C47515
Complementary color
Monochromatic Colors of #C47515
Black with #C47515
Text Example
Text Example
White with #C47515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47515; }
p { color: rgb(196,117,21); }
H1.HeaderClassName
{
color: #C47515;
}
.AnyTagClassName
{
color: #C47515;
}
</style>
background-color css
<style>
a { background-color: #C47515; }
a { background-color: rgb(196,117,21); }
div.DivClassName
{
background-color: #C47515;
}
.BgClassName
{
background-color: #C47515;
}
</style>
border-color css
<style>
span { border-color: #C47515; }
span { border-color: rgb(196,117,21); }
td.TdClassName
{
border-color: #C47515;
}
.TagClassName
{
border-color: #C47515;
}
</style>