Shades of Ochre #C47213
Tints of Ochre #C47213
RGB
CMYK
RGB Variations
Color information
#C47213 (or 0xC47213) is known color: Ochre. HEX triplet: C4, 72 and 13. RGB value is (196,114,19). Sum of RGB (Red+Green+Blue) = 196+114+19=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C47213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47213 is #3B8DEC. Grayscale: #808080. Windows color (decimal): -3902957 or 1274564. OLE color: 1274564.
HSL color Cylindrical-coordinate representation of color #C47213: hue angle of 32.2º 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 #C47213 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 19 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.23 |
| HSL | 32.2º | 0.82% | 0.42% | - |
| HSV(B) | 32.2º | 0.9% | 0.77% | - |
| XYZ | 28.9 | 23.82 | 3.69 | - |
| YUV | 127.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 19 | 0 | 0.42 | 0.90 | 0.23 | 32.2 | 0.82 | 0.42 |
| Hex | C4 | 72 | 13 | 0 | 2A | 5A | 17 | 20 | 52 | 2A |
| Octal | 304 | 162 | 23 | 0 | 52 | 132 | 27 | 40 | 122 | 52 |
| Binary | 11000100 | 1110010 | 10011 | 0 | 101010 | 1011010 | 10111 | 100000 | 1010010 | 101010 |
Color Harmonies of #C47213
Complementary color
Monochromatic Colors of #C47213
Black with #C47213
Text Example
Text Example
White with #C47213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47213; }
p { color: rgb(196,114,19); }
H1.HeaderClassName
{
color: #C47213;
}
.AnyTagClassName
{
color: #C47213;
}
</style>
background-color css
<style>
a { background-color: #C47213; }
a { background-color: rgb(196,114,19); }
div.DivClassName
{
background-color: #C47213;
}
.BgClassName
{
background-color: #C47213;
}
</style>
border-color css
<style>
span { border-color: #C47213; }
span { border-color: rgb(196,114,19); }
td.TdClassName
{
border-color: #C47213;
}
.TagClassName
{
border-color: #C47213;
}
</style>