Shades of Raw Umber #5D4202
Tints of Raw Umber #5D4202
RGB
CMYK
RGB Variations
Color information
#5D4202 (or 0x5D4202) is known color: Raw Umber. HEX triplet: 5D, 42 and 02. RGB value is (93,66,2). Sum of RGB (Red+Green+Blue) = 93+66+2=161 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.76% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4202 is #A2BDFD. Grayscale: #434343. Windows color (decimal): -10665470 or 148061. OLE color: 148061.
HSL color Cylindrical-coordinate representation of color #5D4202: hue angle of 42.2º 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 #5D4202 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 66 | 2 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.64 |
| HSL | 42.2º | 0.96% | 0.19% | - |
| HSV(B) | 42.2º | 0.98% | 0.36% | - |
| XYZ | 6.47 | 6.23 | 0.92 | - |
| YUV | 66.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 2 | 0 | 0.29 | 0.98 | 0.64 | 42.2 | 0.96 | 0.19 |
| Hex | 5D | 42 | 2 | 0 | 1D | 62 | 40 | 2A | 60 | 13 |
| Octal | 135 | 102 | 2 | 0 | 35 | 142 | 100 | 52 | 140 | 23 |
| Binary | 1011101 | 1000010 | 10 | 0 | 11101 | 1100010 | 1000000 | 101010 | 1100000 | 10011 |
Color Harmonies of #5D4202
Complementary color
Monochromatic Colors of #5D4202
Black with #5D4202
Text Example
Text Example
White with #5D4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4202; }
p { color: rgb(93,66,2); }
H1.HeaderClassName
{
color: #5D4202;
}
.AnyTagClassName
{
color: #5D4202;
}
</style>
background-color css
<style>
a { background-color: #5D4202; }
a { background-color: rgb(93,66,2); }
div.DivClassName
{
background-color: #5D4202;
}
.BgClassName
{
background-color: #5D4202;
}
</style>
border-color css
<style>
span { border-color: #5D4202; }
span { border-color: rgb(93,66,2); }
td.TdClassName
{
border-color: #5D4202;
}
.TagClassName
{
border-color: #5D4202;
}
</style>