Shades of Ochre #C47520
Tints of Ochre #C47520
RGB
CMYK
RGB Variations
Color information
#C47520 (or 0xC47520) is known color: Ochre. HEX triplet: C4, 75 and 20. RGB value is (196,117,32). Sum of RGB (Red+Green+Blue) = 196+117+32=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C47520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47520 is #3B8ADF. Grayscale: #838383. Windows color (decimal): -3902176 or 2127300. OLE color: 2127300.
HSL color Cylindrical-coordinate representation of color #C47520: hue angle of 31.1º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C47520 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 32 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.23 |
| HSL | 31.1º | 0.72% | 0.45% | - |
| HSV(B) | 31.1º | 0.84% | 0.77% | - |
| XYZ | 29.39 | 24.56 | 4.56 | - |
| YUV | 130.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 32 | 0 | 0.40 | 0.84 | 0.23 | 31.1 | 0.72 | 0.45 |
| Hex | C4 | 75 | 20 | 0 | 28 | 54 | 17 | 1F | 48 | 2D |
| Octal | 304 | 165 | 40 | 0 | 50 | 124 | 27 | 37 | 110 | 55 |
| Binary | 11000100 | 1110101 | 100000 | 0 | 101000 | 1010100 | 10111 | 11111 | 1001000 | 101101 |
Color Harmonies of #C47520
Complementary color
Monochromatic Colors of #C47520
Black with #C47520
Text Example
Text Example
White with #C47520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47520; }
p { color: rgb(196,117,32); }
H1.HeaderClassName
{
color: #C47520;
}
.AnyTagClassName
{
color: #C47520;
}
</style>
background-color css
<style>
a { background-color: #C47520; }
a { background-color: rgb(196,117,32); }
div.DivClassName
{
background-color: #C47520;
}
.BgClassName
{
background-color: #C47520;
}
</style>
border-color css
<style>
span { border-color: #C47520; }
span { border-color: rgb(196,117,32); }
td.TdClassName
{
border-color: #C47520;
}
.TagClassName
{
border-color: #C47520;
}
</style>