Shades of Raw Umber #5D460A
Tints of Raw Umber #5D460A
RGB
CMYK
RGB Variations
Color information
#5D460A (or 0x5D460A) is known color: Raw Umber. HEX triplet: 5D, 46 and 0A. RGB value is (93,70,10). Sum of RGB (Red+Green+Blue) = 93+70+10=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D460A is #A2B9F5. Grayscale: #464646. Windows color (decimal): -10664438 or 673373. OLE color: 673373.
HSL color Cylindrical-coordinate representation of color #5D460A: hue angle of 43.37º 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 #5D460A is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 70 | 10 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.64 |
| HSL | 43.37º | 0.81% | 0.2% | - |
| HSV(B) | 43.37º | 0.89% | 0.36% | - |
| XYZ | 6.76 | 6.73 | 1.23 | - |
| YUV | 70.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 10 | 0 | 0.25 | 0.89 | 0.64 | 43.37 | 0.81 | 0.2 |
| Hex | 5D | 46 | A | 0 | 19 | 59 | 40 | 2B | 51 | 14 |
| Octal | 135 | 106 | 12 | 0 | 31 | 131 | 100 | 53 | 121 | 24 |
| Binary | 1011101 | 1000110 | 1010 | 0 | 11001 | 1011001 | 1000000 | 101011 | 1010001 | 10100 |
Color Harmonies of #5D460A
Complementary color
Monochromatic Colors of #5D460A
Black with #5D460A
Text Example
Text Example
White with #5D460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D460A; }
p { color: rgb(93,70,10); }
H1.HeaderClassName
{
color: #5D460A;
}
.AnyTagClassName
{
color: #5D460A;
}
</style>
background-color css
<style>
a { background-color: #5D460A; }
a { background-color: rgb(93,70,10); }
div.DivClassName
{
background-color: #5D460A;
}
.BgClassName
{
background-color: #5D460A;
}
</style>
border-color css
<style>
span { border-color: #5D460A; }
span { border-color: rgb(93,70,10); }
td.TdClassName
{
border-color: #5D460A;
}
.TagClassName
{
border-color: #5D460A;
}
</style>