Shades of Raw Umber #5D4208
Tints of Raw Umber #5D4208
RGB
CMYK
RGB Variations
Color information
#5D4208 (or 0x5D4208) is known color: Raw Umber. HEX triplet: 5D, 42 and 08. RGB value is (93,66,8). Sum of RGB (Red+Green+Blue) = 93+66+8=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4208 is #A2BDF7. Grayscale: #434343. Windows color (decimal): -10665464 or 541277. OLE color: 541277.
HSL color Cylindrical-coordinate representation of color #5D4208: hue angle of 40.94º 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 #5D4208 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 66 | 8 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.64 |
| HSL | 40.94º | 0.84% | 0.2% | - |
| HSV(B) | 40.94º | 0.91% | 0.36% | - |
| XYZ | 6.51 | 6.24 | 1.09 | - |
| YUV | 67.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 8 | 0 | 0.29 | 0.91 | 0.64 | 40.94 | 0.84 | 0.2 |
| Hex | 5D | 42 | 8 | 0 | 1D | 5B | 40 | 29 | 54 | 14 |
| Octal | 135 | 102 | 10 | 0 | 35 | 133 | 100 | 51 | 124 | 24 |
| Binary | 1011101 | 1000010 | 1000 | 0 | 11101 | 1011011 | 1000000 | 101001 | 1010100 | 10100 |
Color Harmonies of #5D4208
Complementary color
Monochromatic Colors of #5D4208
Black with #5D4208
Text Example
Text Example
White with #5D4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4208; }
p { color: rgb(93,66,8); }
H1.HeaderClassName
{
color: #5D4208;
}
.AnyTagClassName
{
color: #5D4208;
}
</style>
background-color css
<style>
a { background-color: #5D4208; }
a { background-color: rgb(93,66,8); }
div.DivClassName
{
background-color: #5D4208;
}
.BgClassName
{
background-color: #5D4208;
}
</style>
border-color css
<style>
span { border-color: #5D4208; }
span { border-color: rgb(93,66,8); }
td.TdClassName
{
border-color: #5D4208;
}
.TagClassName
{
border-color: #5D4208;
}
</style>