Shades of Raw Umber #5C4800
Tints of Raw Umber #5C4800
RGB
CMYK
RGB Variations
Color information
#5C4800 (or 0x5C4800) is known color: Raw Umber. HEX triplet: 5C, 48 and 00. RGB value is (92,72,0). Sum of RGB (Red+Green+Blue) = 92+72+0=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4800 is #A3B7FF. Grayscale: #464646. Windows color (decimal): -10729472 or 18524. OLE color: 18524.
HSL color Cylindrical-coordinate representation of color #5C4800: hue angle of 46.96º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C4800 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 72 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.64 |
| HSL | 46.96º | 1% | 0.18% | - |
| HSV(B) | 46.96º | 1% | 0.36% | - |
| XYZ | 6.73 | 6.91 | 0.98 | - |
| YUV | 69.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 0 | 0 | 0.22 | 1 | 0.64 | 46.96 | 1 | 0.18 |
| Hex | 5C | 48 | 0 | 0 | 16 | 64 | 40 | 2F | 64 | 12 |
| Octal | 134 | 110 | 0 | 0 | 26 | 144 | 100 | 57 | 144 | 22 |
| Binary | 1011100 | 1001000 | 0 | 0 | 10110 | 1100100 | 1000000 | 101111 | 1100100 | 10010 |
Color Harmonies of #5C4800
Complementary color
Monochromatic Colors of #5C4800
Black with #5C4800
Text Example
Text Example
White with #5C4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4800; }
p { color: rgb(92,72,0); }
H1.HeaderClassName
{
color: #5C4800;
}
.AnyTagClassName
{
color: #5C4800;
}
</style>
background-color css
<style>
a { background-color: #5C4800; }
a { background-color: rgb(92,72,0); }
div.DivClassName
{
background-color: #5C4800;
}
.BgClassName
{
background-color: #5C4800;
}
</style>
border-color css
<style>
span { border-color: #5C4800; }
span { border-color: rgb(92,72,0); }
td.TdClassName
{
border-color: #5C4800;
}
.TagClassName
{
border-color: #5C4800;
}
</style>