Shades of Raw Umber #5D4206
Tints of Raw Umber #5D4206
RGB
CMYK
RGB Variations
Color information
#5D4206 (or 0x5D4206) is known color: Raw Umber. HEX triplet: 5D, 42 and 06. RGB value is (93,66,6). Sum of RGB (Red+Green+Blue) = 93+66+6=165 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.36% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4206 is #A2BDF9. Grayscale: #434343. Windows color (decimal): -10665466 or 410205. OLE color: 410205.
HSL color Cylindrical-coordinate representation of color #5D4206: hue angle of 41.38º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D4206 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 66 | 6 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.64 |
| HSL | 41.38º | 0.88% | 0.19% | - |
| HSV(B) | 41.38º | 0.94% | 0.36% | - |
| XYZ | 6.5 | 6.24 | 1.03 | - |
| YUV | 67.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 6 | 0 | 0.29 | 0.94 | 0.64 | 41.38 | 0.88 | 0.19 |
| Hex | 5D | 42 | 6 | 0 | 1D | 5E | 40 | 29 | 58 | 13 |
| Octal | 135 | 102 | 6 | 0 | 35 | 136 | 100 | 51 | 130 | 23 |
| Binary | 1011101 | 1000010 | 110 | 0 | 11101 | 1011110 | 1000000 | 101001 | 1011000 | 10011 |
Color Harmonies of #5D4206
Complementary color
Monochromatic Colors of #5D4206
Black with #5D4206
Text Example
Text Example
White with #5D4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4206; }
p { color: rgb(93,66,6); }
H1.HeaderClassName
{
color: #5D4206;
}
.AnyTagClassName
{
color: #5D4206;
}
</style>
background-color css
<style>
a { background-color: #5D4206; }
a { background-color: rgb(93,66,6); }
div.DivClassName
{
background-color: #5D4206;
}
.BgClassName
{
background-color: #5D4206;
}
</style>
border-color css
<style>
span { border-color: #5D4206; }
span { border-color: rgb(93,66,6); }
td.TdClassName
{
border-color: #5D4206;
}
.TagClassName
{
border-color: #5D4206;
}
</style>