Shades of Ochre #C47815
Tints of Ochre #C47815
RGB
CMYK
RGB Variations
Color information
#C47815 (or 0xC47815) is known color: Ochre. HEX triplet: C4, 78 and 15. RGB value is (196,120,21). Sum of RGB (Red+Green+Blue) = 196+120+21=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C47815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47815 is #3B87EA. Grayscale: #838383. Windows color (decimal): -3901419 or 1407172. OLE color: 1407172.
HSL color Cylindrical-coordinate representation of color #C47815: hue angle of 33.94º 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 #C47815 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 21 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.23 |
| HSL | 33.94º | 0.81% | 0.43% | - |
| HSV(B) | 33.94º | 0.89% | 0.77% | - |
| XYZ | 29.62 | 25.22 | 4.02 | - |
| YUV | 131.44 | 65.68 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 21 | 0 | 0.39 | 0.89 | 0.23 | 33.94 | 0.81 | 0.43 |
| Hex | C4 | 78 | 15 | 0 | 27 | 59 | 17 | 22 | 51 | 2B |
| Octal | 304 | 170 | 25 | 0 | 47 | 131 | 27 | 42 | 121 | 53 |
| Binary | 11000100 | 1111000 | 10101 | 0 | 100111 | 1011001 | 10111 | 100010 | 1010001 | 101011 |
Color Harmonies of #C47815
Complementary color
Monochromatic Colors of #C47815
Black with #C47815
Text Example
Text Example
White with #C47815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47815; }
p { color: rgb(196,120,21); }
H1.HeaderClassName
{
color: #C47815;
}
.AnyTagClassName
{
color: #C47815;
}
</style>
background-color css
<style>
a { background-color: #C47815; }
a { background-color: rgb(196,120,21); }
div.DivClassName
{
background-color: #C47815;
}
.BgClassName
{
background-color: #C47815;
}
</style>
border-color css
<style>
span { border-color: #C47815; }
span { border-color: rgb(196,120,21); }
td.TdClassName
{
border-color: #C47815;
}
.TagClassName
{
border-color: #C47815;
}
</style>