Shades of Ochre #C47D20
Tints of Ochre #C47D20
RGB
CMYK
RGB Variations
Color information
#C47D20 (or 0xC47D20) is known color: Ochre. HEX triplet: C4, 7D and 20. RGB value is (196,125,32). Sum of RGB (Red+Green+Blue) = 196+125+32=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D20 is #3B82DF. Grayscale: #888888. Windows color (decimal): -3900128 or 2129348. OLE color: 2129348.
HSL color Cylindrical-coordinate representation of color #C47D20: hue angle of 34.02º 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 #C47D20 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 32 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.23 |
| HSL | 34.02º | 0.72% | 0.45% | - |
| HSV(B) | 34.02º | 0.84% | 0.77% | - |
| XYZ | 30.36 | 26.51 | 4.88 | - |
| YUV | 135.63 | 69.52 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 32 | 0 | 0.36 | 0.84 | 0.23 | 34.02 | 0.72 | 0.45 |
| Hex | C4 | 7D | 20 | 0 | 24 | 54 | 17 | 22 | 48 | 2D |
| Octal | 304 | 175 | 40 | 0 | 44 | 124 | 27 | 42 | 110 | 55 |
| Binary | 11000100 | 1111101 | 100000 | 0 | 100100 | 1010100 | 10111 | 100010 | 1001000 | 101101 |
Color Harmonies of #C47D20
Complementary color
Monochromatic Colors of #C47D20
Black with #C47D20
Text Example
Text Example
White with #C47D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D20; }
p { color: rgb(196,125,32); }
H1.HeaderClassName
{
color: #C47D20;
}
.AnyTagClassName
{
color: #C47D20;
}
</style>
background-color css
<style>
a { background-color: #C47D20; }
a { background-color: rgb(196,125,32); }
div.DivClassName
{
background-color: #C47D20;
}
.BgClassName
{
background-color: #C47D20;
}
</style>
border-color css
<style>
span { border-color: #C47D20; }
span { border-color: rgb(196,125,32); }
td.TdClassName
{
border-color: #C47D20;
}
.TagClassName
{
border-color: #C47D20;
}
</style>