Shades of Raw Umber #5D440B
Tints of Raw Umber #5D440B
RGB
CMYK
RGB Variations
Color information
#5D440B (or 0x5D440B) is known color: Raw Umber. HEX triplet: 5D, 44 and 0B. RGB value is (93,68,11). Sum of RGB (Red+Green+Blue) = 93+68+11=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D440B is #A2BBF4. Grayscale: #454545. Windows color (decimal): -10664949 or 738397. OLE color: 738397.
HSL color Cylindrical-coordinate representation of color #5D440B: hue angle of 41.71º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D440B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 68 | 11 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.64 |
| HSL | 41.71º | 0.79% | 0.2% | - |
| HSV(B) | 41.71º | 0.88% | 0.36% | - |
| XYZ | 6.64 | 6.49 | 1.22 | - |
| YUV | 68.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 11 | 0 | 0.27 | 0.88 | 0.64 | 41.71 | 0.79 | 0.2 |
| Hex | 5D | 44 | B | 0 | 1B | 58 | 40 | 2A | 4F | 14 |
| Octal | 135 | 104 | 13 | 0 | 33 | 130 | 100 | 52 | 117 | 24 |
| Binary | 1011101 | 1000100 | 1011 | 0 | 11011 | 1011000 | 1000000 | 101010 | 1001111 | 10100 |
Color Harmonies of #5D440B
Complementary color
Monochromatic Colors of #5D440B
Black with #5D440B
Text Example
Text Example
White with #5D440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D440B; }
p { color: rgb(93,68,11); }
H1.HeaderClassName
{
color: #5D440B;
}
.AnyTagClassName
{
color: #5D440B;
}
</style>
background-color css
<style>
a { background-color: #5D440B; }
a { background-color: rgb(93,68,11); }
div.DivClassName
{
background-color: #5D440B;
}
.BgClassName
{
background-color: #5D440B;
}
</style>
border-color css
<style>
span { border-color: #5D440B; }
span { border-color: rgb(93,68,11); }
td.TdClassName
{
border-color: #5D440B;
}
.TagClassName
{
border-color: #5D440B;
}
</style>