Shades of Ochre #C47512
Tints of Ochre #C47512
RGB
CMYK
RGB Variations
Color information
#C47512 (or 0xC47512) is known color: Ochre. HEX triplet: C4, 75 and 12. RGB value is (196,117,18). Sum of RGB (Red+Green+Blue) = 196+117+18=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C47512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47512 is #3B8AED. Grayscale: #818181. Windows color (decimal): -3902190 or 1209796. OLE color: 1209796.
HSL color Cylindrical-coordinate representation of color #C47512: hue angle of 33.37º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C47512 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 18 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.23 |
| HSL | 33.37º | 0.83% | 0.42% | - |
| HSV(B) | 33.37º | 0.91% | 0.77% | - |
| XYZ | 29.24 | 24.5 | 3.76 | - |
| YUV | 129.34 | 65.17 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 18 | 0 | 0.40 | 0.91 | 0.23 | 33.37 | 0.83 | 0.42 |
| Hex | C4 | 75 | 12 | 0 | 28 | 5B | 17 | 21 | 53 | 2A |
| Octal | 304 | 165 | 22 | 0 | 50 | 133 | 27 | 41 | 123 | 52 |
| Binary | 11000100 | 1110101 | 10010 | 0 | 101000 | 1011011 | 10111 | 100001 | 1010011 | 101010 |
Color Harmonies of #C47512
Complementary color
Monochromatic Colors of #C47512
Black with #C47512
Text Example
Text Example
White with #C47512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47512; }
p { color: rgb(196,117,18); }
H1.HeaderClassName
{
color: #C47512;
}
.AnyTagClassName
{
color: #C47512;
}
</style>
background-color css
<style>
a { background-color: #C47512; }
a { background-color: rgb(196,117,18); }
div.DivClassName
{
background-color: #C47512;
}
.BgClassName
{
background-color: #C47512;
}
</style>
border-color css
<style>
span { border-color: #C47512; }
span { border-color: rgb(196,117,18); }
td.TdClassName
{
border-color: #C47512;
}
.TagClassName
{
border-color: #C47512;
}
</style>