Shades of Raw Umber #5A4702
Tints of Raw Umber #5A4702
RGB
CMYK
RGB Variations
Color information
#5A4702 (or 0x5A4702) is known color: Raw Umber. HEX triplet: 5A, 47 and 02. RGB value is (90,71,2). Sum of RGB (Red+Green+Blue) = 90+71+2=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4702 is #A5B8FD. Grayscale: #454545. Windows color (decimal): -10860798 or 149338. OLE color: 149338.
HSL color Cylindrical-coordinate representation of color #5A4702: hue angle of 47.05º 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 #5A4702 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.65 |
| HSL | 47.05º | 0.96% | 0.18% | - |
| HSV(B) | 47.05º | 0.98% | 0.35% | - |
| XYZ | 6.48 | 6.68 | 1.01 | - |
| YUV | 68.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 2 | 0 | 0.21 | 0.98 | 0.65 | 47.05 | 0.96 | 0.18 |
| Hex | 5A | 47 | 2 | 0 | 15 | 62 | 41 | 2F | 60 | 12 |
| Octal | 132 | 107 | 2 | 0 | 25 | 142 | 101 | 57 | 140 | 22 |
| Binary | 1011010 | 1000111 | 10 | 0 | 10101 | 1100010 | 1000001 | 101111 | 1100000 | 10010 |
Color Harmonies of #5A4702
Complementary color
Monochromatic Colors of #5A4702
Black with #5A4702
Text Example
Text Example
White with #5A4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4702; }
p { color: rgb(90,71,2); }
H1.HeaderClassName
{
color: #5A4702;
}
.AnyTagClassName
{
color: #5A4702;
}
</style>
background-color css
<style>
a { background-color: #5A4702; }
a { background-color: rgb(90,71,2); }
div.DivClassName
{
background-color: #5A4702;
}
.BgClassName
{
background-color: #5A4702;
}
</style>
border-color css
<style>
span { border-color: #5A4702; }
span { border-color: rgb(90,71,2); }
td.TdClassName
{
border-color: #5A4702;
}
.TagClassName
{
border-color: #5A4702;
}
</style>