Shades of Raw Umber #5D400A
Tints of Raw Umber #5D400A
RGB
CMYK
RGB Variations
Color information
#5D400A (or 0x5D400A) is known color: Raw Umber. HEX triplet: 5D, 40 and 0A. RGB value is (93,64,10). Sum of RGB (Red+Green+Blue) = 93+64+10=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D400A is #A2BFF5. Grayscale: #424242. Windows color (decimal): -10665974 or 671837. OLE color: 671837.
HSL color Cylindrical-coordinate representation of color #5D400A: hue angle of 39.04º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D400A is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 10 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.64 |
| HSL | 39.04º | 0.81% | 0.2% | - |
| HSV(B) | 39.04º | 0.89% | 0.36% | - |
| XYZ | 6.4 | 6.02 | 1.11 | - |
| YUV | 66.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 10 | 0 | 0.31 | 0.89 | 0.64 | 39.04 | 0.81 | 0.2 |
| Hex | 5D | 40 | A | 0 | 1F | 59 | 40 | 27 | 51 | 14 |
| Octal | 135 | 100 | 12 | 0 | 37 | 131 | 100 | 47 | 121 | 24 |
| Binary | 1011101 | 1000000 | 1010 | 0 | 11111 | 1011001 | 1000000 | 100111 | 1010001 | 10100 |
Color Harmonies of #5D400A
Complementary color
Monochromatic Colors of #5D400A
Black with #5D400A
Text Example
Text Example
White with #5D400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D400A; }
p { color: rgb(93,64,10); }
H1.HeaderClassName
{
color: #5D400A;
}
.AnyTagClassName
{
color: #5D400A;
}
</style>
background-color css
<style>
a { background-color: #5D400A; }
a { background-color: rgb(93,64,10); }
div.DivClassName
{
background-color: #5D400A;
}
.BgClassName
{
background-color: #5D400A;
}
</style>
border-color css
<style>
span { border-color: #5D400A; }
span { border-color: rgb(93,64,10); }
td.TdClassName
{
border-color: #5D400A;
}
.TagClassName
{
border-color: #5D400A;
}
</style>