Shades of Ochre #C47413
Tints of Ochre #C47413
RGB
CMYK
RGB Variations
Color information
#C47413 (or 0xC47413) is known color: Ochre. HEX triplet: C4, 74 and 13. RGB value is (196,116,19). Sum of RGB (Red+Green+Blue) = 196+116+19=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C47413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47413 is #3B8BEC. Grayscale: #818181. Windows color (decimal): -3902445 or 1275076. OLE color: 1275076.
HSL color Cylindrical-coordinate representation of color #C47413: hue angle of 32.88º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C47413 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 19 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.23 |
| HSL | 32.88º | 0.82% | 0.42% | - |
| HSV(B) | 32.88º | 0.9% | 0.77% | - |
| XYZ | 29.13 | 24.27 | 3.77 | - |
| YUV | 128.86 | 66 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 19 | 0 | 0.41 | 0.90 | 0.23 | 32.88 | 0.82 | 0.42 |
| Hex | C4 | 74 | 13 | 0 | 29 | 5A | 17 | 21 | 52 | 2A |
| Octal | 304 | 164 | 23 | 0 | 51 | 132 | 27 | 41 | 122 | 52 |
| Binary | 11000100 | 1110100 | 10011 | 0 | 101001 | 1011010 | 10111 | 100001 | 1010010 | 101010 |
Color Harmonies of #C47413
Complementary color
Monochromatic Colors of #C47413
Black with #C47413
Text Example
Text Example
White with #C47413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47413; }
p { color: rgb(196,116,19); }
H1.HeaderClassName
{
color: #C47413;
}
.AnyTagClassName
{
color: #C47413;
}
</style>
background-color css
<style>
a { background-color: #C47413; }
a { background-color: rgb(196,116,19); }
div.DivClassName
{
background-color: #C47413;
}
.BgClassName
{
background-color: #C47413;
}
</style>
border-color css
<style>
span { border-color: #C47413; }
span { border-color: rgb(196,116,19); }
td.TdClassName
{
border-color: #C47413;
}
.TagClassName
{
border-color: #C47413;
}
</style>