Shades of Ochre #C47313
Tints of Ochre #C47313
RGB
CMYK
RGB Variations
Color information
#C47313 (or 0xC47313) is known color: Ochre. HEX triplet: C4, 73 and 13. RGB value is (196,115,19). Sum of RGB (Red+Green+Blue) = 196+115+19=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C47313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47313 is #3B8CEC. Grayscale: #808080. Windows color (decimal): -3902701 or 1274820. OLE color: 1274820.
HSL color Cylindrical-coordinate representation of color #C47313: hue angle of 32.54º 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 #C47313 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 19 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.23 |
| HSL | 32.54º | 0.82% | 0.42% | - |
| HSV(B) | 32.54º | 0.9% | 0.77% | - |
| XYZ | 29.01 | 24.04 | 3.73 | - |
| YUV | 128.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 19 | 0 | 0.41 | 0.90 | 0.23 | 32.54 | 0.82 | 0.42 |
| Hex | C4 | 73 | 13 | 0 | 29 | 5A | 17 | 21 | 52 | 2A |
| Octal | 304 | 163 | 23 | 0 | 51 | 132 | 27 | 41 | 122 | 52 |
| Binary | 11000100 | 1110011 | 10011 | 0 | 101001 | 1011010 | 10111 | 100001 | 1010010 | 101010 |
Color Harmonies of #C47313
Complementary color
Monochromatic Colors of #C47313
Black with #C47313
Text Example
Text Example
White with #C47313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47313; }
p { color: rgb(196,115,19); }
H1.HeaderClassName
{
color: #C47313;
}
.AnyTagClassName
{
color: #C47313;
}
</style>
background-color css
<style>
a { background-color: #C47313; }
a { background-color: rgb(196,115,19); }
div.DivClassName
{
background-color: #C47313;
}
.BgClassName
{
background-color: #C47313;
}
</style>
border-color css
<style>
span { border-color: #C47313; }
span { border-color: rgb(196,115,19); }
td.TdClassName
{
border-color: #C47313;
}
.TagClassName
{
border-color: #C47313;
}
</style>