Shades of Raw Umber #5D420A
Tints of Raw Umber #5D420A
RGB
CMYK
RGB Variations
Color information
#5D420A (or 0x5D420A) is known color: Raw Umber. HEX triplet: 5D, 42 and 0A. RGB value is (93,66,10). Sum of RGB (Red+Green+Blue) = 93+66+10=169 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.03% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 93 - color contains mainly: red. Hex color #5D420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D420A is #A2BDF5. Grayscale: #434343. Windows color (decimal): -10665462 or 672349. OLE color: 672349.
HSL color Cylindrical-coordinate representation of color #5D420A: hue angle of 40.48º 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 #5D420A is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 66 | 10 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.64 |
| HSL | 40.48º | 0.81% | 0.2% | - |
| HSV(B) | 40.48º | 0.89% | 0.36% | - |
| XYZ | 6.52 | 6.25 | 1.15 | - |
| YUV | 67.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 10 | 0 | 0.29 | 0.89 | 0.64 | 40.48 | 0.81 | 0.2 |
| Hex | 5D | 42 | A | 0 | 1D | 59 | 40 | 28 | 51 | 14 |
| Octal | 135 | 102 | 12 | 0 | 35 | 131 | 100 | 50 | 121 | 24 |
| Binary | 1011101 | 1000010 | 1010 | 0 | 11101 | 1011001 | 1000000 | 101000 | 1010001 | 10100 |
Color Harmonies of #5D420A
Complementary color
Monochromatic Colors of #5D420A
Black with #5D420A
Text Example
Text Example
White with #5D420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D420A; }
p { color: rgb(93,66,10); }
H1.HeaderClassName
{
color: #5D420A;
}
.AnyTagClassName
{
color: #5D420A;
}
</style>
background-color css
<style>
a { background-color: #5D420A; }
a { background-color: rgb(93,66,10); }
div.DivClassName
{
background-color: #5D420A;
}
.BgClassName
{
background-color: #5D420A;
}
</style>
border-color css
<style>
span { border-color: #5D420A; }
span { border-color: rgb(93,66,10); }
td.TdClassName
{
border-color: #5D420A;
}
.TagClassName
{
border-color: #5D420A;
}
</style>