Shades of Raw Umber #5A3E02
Tints of Raw Umber #5A3E02
RGB
CMYK
RGB Variations
Color information
#5A3E02 (or 0x5A3E02) is known color: Raw Umber. HEX triplet: 5A, 3E and 02. RGB value is (90,62,2). Sum of RGB (Red+Green+Blue) = 90+62+2=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3E02 is #A5C1FD. Grayscale: #3F3F3F. Windows color (decimal): -10863102 or 147034. OLE color: 147034.
HSL color Cylindrical-coordinate representation of color #5A3E02: hue angle of 40.91º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A3E02 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 62 | 2 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.65 |
| HSL | 40.91º | 0.96% | 0.18% | - |
| HSV(B) | 40.91º | 0.98% | 0.35% | - |
| XYZ | 5.95 | 5.62 | 0.83 | - |
| YUV | 63.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 2 | 0 | 0.31 | 0.98 | 0.65 | 40.91 | 0.96 | 0.18 |
| Hex | 5A | 3E | 2 | 0 | 1F | 62 | 41 | 29 | 60 | 12 |
| Octal | 132 | 76 | 2 | 0 | 37 | 142 | 101 | 51 | 140 | 22 |
| Binary | 1011010 | 111110 | 10 | 0 | 11111 | 1100010 | 1000001 | 101001 | 1100000 | 10010 |
Color Harmonies of #5A3E02
Complementary color
Monochromatic Colors of #5A3E02
Black with #5A3E02
Text Example
Text Example
White with #5A3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3E02; }
p { color: rgb(90,62,2); }
H1.HeaderClassName
{
color: #5A3E02;
}
.AnyTagClassName
{
color: #5A3E02;
}
</style>
background-color css
<style>
a { background-color: #5A3E02; }
a { background-color: rgb(90,62,2); }
div.DivClassName
{
background-color: #5A3E02;
}
.BgClassName
{
background-color: #5A3E02;
}
</style>
border-color css
<style>
span { border-color: #5A3E02; }
span { border-color: rgb(90,62,2); }
td.TdClassName
{
border-color: #5A3E02;
}
.TagClassName
{
border-color: #5A3E02;
}
</style>