Shades of Raw Umber #5A3F00
Tints of Raw Umber #5A3F00
RGB
CMYK
RGB Variations
Color information
#5A3F00 (or 0x5A3F00) is known color: Raw Umber. HEX triplet: 5A, 3F and 00. RGB value is (90,63,0). Sum of RGB (Red+Green+Blue) = 90+63+0=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3F00 is #A5C0FF. Grayscale: #404040. Windows color (decimal): -10862848 or 16218. OLE color: 16218.
HSL color Cylindrical-coordinate representation of color #5A3F00: hue angle of 42º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A3F00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 63 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.65 |
| HSL | 42º | 1% | 0.18% | - |
| HSV(B) | 42º | 1% | 0.35% | - |
| XYZ | 5.99 | 5.73 | 0.79 | - |
| YUV | 63.89 | 91.95 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 63 | 0 | 0 | 0.30 | 1 | 0.65 | 42 | 1 | 0.18 |
| Hex | 5A | 3F | 0 | 0 | 1E | 64 | 41 | 2A | 64 | 12 |
| Octal | 132 | 77 | 0 | 0 | 36 | 144 | 101 | 52 | 144 | 22 |
| Binary | 1011010 | 111111 | 0 | 0 | 11110 | 1100100 | 1000001 | 101010 | 1100100 | 10010 |
Color Harmonies of #5A3F00
Complementary color
Monochromatic Colors of #5A3F00
Black with #5A3F00
Text Example
Text Example
White with #5A3F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3F00; }
p { color: rgb(90,63,0); }
H1.HeaderClassName
{
color: #5A3F00;
}
.AnyTagClassName
{
color: #5A3F00;
}
</style>
background-color css
<style>
a { background-color: #5A3F00; }
a { background-color: rgb(90,63,0); }
div.DivClassName
{
background-color: #5A3F00;
}
.BgClassName
{
background-color: #5A3F00;
}
</style>
border-color css
<style>
span { border-color: #5A3F00; }
span { border-color: rgb(90,63,0); }
td.TdClassName
{
border-color: #5A3F00;
}
.TagClassName
{
border-color: #5A3F00;
}
</style>