Shades of Raw Umber #5D400B
Tints of Raw Umber #5D400B
RGB
CMYK
RGB Variations
Color information
#5D400B (or 0x5D400B) is known color: Raw Umber. HEX triplet: 5D, 40 and 0B. RGB value is (93,64,11). Sum of RGB (Red+Green+Blue) = 93+64+11=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D400B is #A2BFF4. Grayscale: #424242. Windows color (decimal): -10665973 or 737373. OLE color: 737373.
HSL color Cylindrical-coordinate representation of color #5D400B: hue angle of 38.78º 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 #5D400B is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 11 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.64 |
| HSL | 38.78º | 0.79% | 0.2% | - |
| HSV(B) | 38.78º | 0.88% | 0.36% | - |
| XYZ | 6.41 | 6.02 | 1.14 | - |
| YUV | 66.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 11 | 0 | 0.31 | 0.88 | 0.64 | 38.78 | 0.79 | 0.2 |
| Hex | 5D | 40 | B | 0 | 1F | 58 | 40 | 27 | 4F | 14 |
| Octal | 135 | 100 | 13 | 0 | 37 | 130 | 100 | 47 | 117 | 24 |
| Binary | 1011101 | 1000000 | 1011 | 0 | 11111 | 1011000 | 1000000 | 100111 | 1001111 | 10100 |
Color Harmonies of #5D400B
Complementary color
Monochromatic Colors of #5D400B
Black with #5D400B
Text Example
Text Example
White with #5D400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D400B; }
p { color: rgb(93,64,11); }
H1.HeaderClassName
{
color: #5D400B;
}
.AnyTagClassName
{
color: #5D400B;
}
</style>
background-color css
<style>
a { background-color: #5D400B; }
a { background-color: rgb(93,64,11); }
div.DivClassName
{
background-color: #5D400B;
}
.BgClassName
{
background-color: #5D400B;
}
</style>
border-color css
<style>
span { border-color: #5D400B; }
span { border-color: rgb(93,64,11); }
td.TdClassName
{
border-color: #5D400B;
}
.TagClassName
{
border-color: #5D400B;
}
</style>