Shades of Raw Umber #5D4808
Tints of Raw Umber #5D4808
RGB
CMYK
RGB Variations
Color information
#5D4808 (or 0x5D4808) is known color: Raw Umber. HEX triplet: 5D, 48 and 08. RGB value is (93,72,8). Sum of RGB (Red+Green+Blue) = 93+72+8=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4808 is #A2B7F7. Grayscale: #474747. Windows color (decimal): -10663928 or 542813. OLE color: 542813.
HSL color Cylindrical-coordinate representation of color #5D4808: hue angle of 45.18º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D4808 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 72 | 8 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.64 |
| HSL | 45.18º | 0.84% | 0.2% | - |
| HSV(B) | 45.18º | 0.91% | 0.36% | - |
| XYZ | 6.88 | 6.98 | 1.21 | - |
| YUV | 70.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 8 | 0 | 0.23 | 0.91 | 0.64 | 45.18 | 0.84 | 0.2 |
| Hex | 5D | 48 | 8 | 0 | 17 | 5B | 40 | 2D | 54 | 14 |
| Octal | 135 | 110 | 10 | 0 | 27 | 133 | 100 | 55 | 124 | 24 |
| Binary | 1011101 | 1001000 | 1000 | 0 | 10111 | 1011011 | 1000000 | 101101 | 1010100 | 10100 |
Color Harmonies of #5D4808
Complementary color
Monochromatic Colors of #5D4808
Black with #5D4808
Text Example
Text Example
White with #5D4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4808; }
p { color: rgb(93,72,8); }
H1.HeaderClassName
{
color: #5D4808;
}
.AnyTagClassName
{
color: #5D4808;
}
</style>
background-color css
<style>
a { background-color: #5D4808; }
a { background-color: rgb(93,72,8); }
div.DivClassName
{
background-color: #5D4808;
}
.BgClassName
{
background-color: #5D4808;
}
</style>
border-color css
<style>
span { border-color: #5D4808; }
span { border-color: rgb(93,72,8); }
td.TdClassName
{
border-color: #5D4808;
}
.TagClassName
{
border-color: #5D4808;
}
</style>