Shades of Raw Umber #5D4502
Tints of Raw Umber #5D4502
RGB
CMYK
RGB Variations
Color information
#5D4502 (or 0x5D4502) is known color: Raw Umber. HEX triplet: 5D, 45 and 02. RGB value is (93,69,2). Sum of RGB (Red+Green+Blue) = 93+69+2=164 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.71% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4502 is #A2BAFD. Grayscale: #444444. Windows color (decimal): -10664702 or 148829. OLE color: 148829.
HSL color Cylindrical-coordinate representation of color #5D4502: hue angle of 44.18º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D4502 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 2 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.64 |
| HSL | 44.18º | 0.96% | 0.19% | - |
| HSV(B) | 44.18º | 0.98% | 0.36% | - |
| XYZ | 6.65 | 6.59 | 0.98 | - |
| YUV | 68.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 2 | 0 | 0.26 | 0.98 | 0.64 | 44.18 | 0.96 | 0.19 |
| Hex | 5D | 45 | 2 | 0 | 1A | 62 | 40 | 2C | 60 | 13 |
| Octal | 135 | 105 | 2 | 0 | 32 | 142 | 100 | 54 | 140 | 23 |
| Binary | 1011101 | 1000101 | 10 | 0 | 11010 | 1100010 | 1000000 | 101100 | 1100000 | 10011 |
Color Harmonies of #5D4502
Complementary color
Monochromatic Colors of #5D4502
Black with #5D4502
Text Example
Text Example
White with #5D4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4502; }
p { color: rgb(93,69,2); }
H1.HeaderClassName
{
color: #5D4502;
}
.AnyTagClassName
{
color: #5D4502;
}
</style>
background-color css
<style>
a { background-color: #5D4502; }
a { background-color: rgb(93,69,2); }
div.DivClassName
{
background-color: #5D4502;
}
.BgClassName
{
background-color: #5D4502;
}
</style>
border-color css
<style>
span { border-color: #5D4502; }
span { border-color: rgb(93,69,2); }
td.TdClassName
{
border-color: #5D4502;
}
.TagClassName
{
border-color: #5D4502;
}
</style>