Shades of Raw Umber #5D3E02
Tints of Raw Umber #5D3E02
RGB
CMYK
RGB Variations
Color information
#5D3E02 (or 0x5D3E02) is known color: Raw Umber. HEX triplet: 5D, 3E and 02. RGB value is (93,62,2). Sum of RGB (Red+Green+Blue) = 93+62+2=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D3E02 is #A2C1FD. Grayscale: #404040. Windows color (decimal): -10666494 or 147037. OLE color: 147037.
HSL color Cylindrical-coordinate representation of color #5D3E02: hue angle of 39.56º 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 #5D3E02 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 62 | 2 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.64 |
| HSL | 39.56º | 0.96% | 0.19% | - |
| HSV(B) | 39.56º | 0.98% | 0.36% | - |
| XYZ | 6.25 | 5.78 | 0.84 | - |
| YUV | 64.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 62 | 2 | 0 | 0.33 | 0.98 | 0.64 | 39.56 | 0.96 | 0.19 |
| Hex | 5D | 3E | 2 | 0 | 21 | 62 | 40 | 28 | 60 | 13 |
| Octal | 135 | 76 | 2 | 0 | 41 | 142 | 100 | 50 | 140 | 23 |
| Binary | 1011101 | 111110 | 10 | 0 | 100001 | 1100010 | 1000000 | 101000 | 1100000 | 10011 |
Color Harmonies of #5D3E02
Complementary color
Monochromatic Colors of #5D3E02
Black with #5D3E02
Text Example
Text Example
White with #5D3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3E02; }
p { color: rgb(93,62,2); }
H1.HeaderClassName
{
color: #5D3E02;
}
.AnyTagClassName
{
color: #5D3E02;
}
</style>
background-color css
<style>
a { background-color: #5D3E02; }
a { background-color: rgb(93,62,2); }
div.DivClassName
{
background-color: #5D3E02;
}
.BgClassName
{
background-color: #5D3E02;
}
</style>
border-color css
<style>
span { border-color: #5D3E02; }
span { border-color: rgb(93,62,2); }
td.TdClassName
{
border-color: #5D3E02;
}
.TagClassName
{
border-color: #5D3E02;
}
</style>