Shades of Raw Umber #5D4C05
Tints of Raw Umber #5D4C05
RGB
CMYK
RGB Variations
Color information
#5D4C05 (or 0x5D4C05) is known color: Raw Umber. HEX triplet: 5D, 4C and 05. RGB value is (93,76,5). Sum of RGB (Red+Green+Blue) = 93+76+5=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4C05 is #A2B3FA. Grayscale: #494949. Windows color (decimal): -10662907 or 347229. OLE color: 347229.
HSL color Cylindrical-coordinate representation of color #5D4C05: hue angle of 48.41º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D4C05 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 76 | 5 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.64 |
| HSL | 48.41º | 0.9% | 0.19% | - |
| HSV(B) | 48.41º | 0.95% | 0.36% | - |
| XYZ | 7.13 | 7.51 | 1.22 | - |
| YUV | 72.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 5 | 0 | 0.18 | 0.95 | 0.64 | 48.41 | 0.9 | 0.19 |
| Hex | 5D | 4C | 5 | 0 | 12 | 5F | 40 | 30 | 5A | 13 |
| Octal | 135 | 114 | 5 | 0 | 22 | 137 | 100 | 60 | 132 | 23 |
| Binary | 1011101 | 1001100 | 101 | 0 | 10010 | 1011111 | 1000000 | 110000 | 1011010 | 10011 |
Color Harmonies of #5D4C05
Complementary color
Monochromatic Colors of #5D4C05
Black with #5D4C05
Text Example
Text Example
White with #5D4C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4C05; }
p { color: rgb(93,76,5); }
H1.HeaderClassName
{
color: #5D4C05;
}
.AnyTagClassName
{
color: #5D4C05;
}
</style>
background-color css
<style>
a { background-color: #5D4C05; }
a { background-color: rgb(93,76,5); }
div.DivClassName
{
background-color: #5D4C05;
}
.BgClassName
{
background-color: #5D4C05;
}
</style>
border-color css
<style>
span { border-color: #5D4C05; }
span { border-color: rgb(93,76,5); }
td.TdClassName
{
border-color: #5D4C05;
}
.TagClassName
{
border-color: #5D4C05;
}
</style>