Shades of Raw Umber #5D4B04
Tints of Raw Umber #5D4B04
RGB
CMYK
RGB Variations
Color information
#5D4B04 (or 0x5D4B04) is known color: Raw Umber. HEX triplet: 5D, 4B and 04. RGB value is (93,75,4). Sum of RGB (Red+Green+Blue) = 93+75+4=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4B04 is #A2B4FB. Grayscale: #484848. Windows color (decimal): -10663164 or 281437. OLE color: 281437.
HSL color Cylindrical-coordinate representation of color #5D4B04: hue angle of 47.87º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D4B04 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 75 | 4 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.64 |
| HSL | 47.87º | 0.92% | 0.19% | - |
| HSV(B) | 47.87º | 0.96% | 0.36% | - |
| XYZ | 7.05 | 7.37 | 1.17 | - |
| YUV | 72.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 75 | 4 | 0 | 0.19 | 0.96 | 0.64 | 47.87 | 0.92 | 0.19 |
| Hex | 5D | 4B | 4 | 0 | 13 | 60 | 40 | 30 | 5C | 13 |
| Octal | 135 | 113 | 4 | 0 | 23 | 140 | 100 | 60 | 134 | 23 |
| Binary | 1011101 | 1001011 | 100 | 0 | 10011 | 1100000 | 1000000 | 110000 | 1011100 | 10011 |
Color Harmonies of #5D4B04
Complementary color
Monochromatic Colors of #5D4B04
Black with #5D4B04
Text Example
Text Example
White with #5D4B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4B04; }
p { color: rgb(93,75,4); }
H1.HeaderClassName
{
color: #5D4B04;
}
.AnyTagClassName
{
color: #5D4B04;
}
</style>
background-color css
<style>
a { background-color: #5D4B04; }
a { background-color: rgb(93,75,4); }
div.DivClassName
{
background-color: #5D4B04;
}
.BgClassName
{
background-color: #5D4B04;
}
</style>
border-color css
<style>
span { border-color: #5D4B04; }
span { border-color: rgb(93,75,4); }
td.TdClassName
{
border-color: #5D4B04;
}
.TagClassName
{
border-color: #5D4B04;
}
</style>