Shades of Raw Umber #5A4302
Tints of Raw Umber #5A4302
RGB
CMYK
RGB Variations
Color information
#5A4302 (or 0x5A4302) is known color: Raw Umber. HEX triplet: 5A, 43 and 02. RGB value is (90,67,2). Sum of RGB (Red+Green+Blue) = 90+67+2=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4302 is #A5BCFD. Grayscale: #424242. Windows color (decimal): -10861822 or 148314. OLE color: 148314.
HSL color Cylindrical-coordinate representation of color #5A4302: hue angle of 44.32º 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 #5A4302 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 2 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.65 |
| HSL | 44.32º | 0.96% | 0.18% | - |
| HSV(B) | 44.32º | 0.98% | 0.35% | - |
| XYZ | 6.23 | 6.19 | 0.92 | - |
| YUV | 66.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 2 | 0 | 0.26 | 0.98 | 0.65 | 44.32 | 0.96 | 0.18 |
| Hex | 5A | 43 | 2 | 0 | 1A | 62 | 41 | 2C | 60 | 12 |
| Octal | 132 | 103 | 2 | 0 | 32 | 142 | 101 | 54 | 140 | 22 |
| Binary | 1011010 | 1000011 | 10 | 0 | 11010 | 1100010 | 1000001 | 101100 | 1100000 | 10010 |
Color Harmonies of #5A4302
Complementary color
Monochromatic Colors of #5A4302
Black with #5A4302
Text Example
Text Example
White with #5A4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4302; }
p { color: rgb(90,67,2); }
H1.HeaderClassName
{
color: #5A4302;
}
.AnyTagClassName
{
color: #5A4302;
}
</style>
background-color css
<style>
a { background-color: #5A4302; }
a { background-color: rgb(90,67,2); }
div.DivClassName
{
background-color: #5A4302;
}
.BgClassName
{
background-color: #5A4302;
}
</style>
border-color css
<style>
span { border-color: #5A4302; }
span { border-color: rgb(90,67,2); }
td.TdClassName
{
border-color: #5A4302;
}
.TagClassName
{
border-color: #5A4302;
}
</style>