Shades of Raw Umber #5B4502
Tints of Raw Umber #5B4502
RGB
CMYK
RGB Variations
Color information
#5B4502 (or 0x5B4502) is known color: Raw Umber. HEX triplet: 5B, 45 and 02. RGB value is (91,69,2). Sum of RGB (Red+Green+Blue) = 91+69+2=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4502 is #A4BAFD. Grayscale: #444444. Windows color (decimal): -10795774 or 148827. OLE color: 148827.
HSL color Cylindrical-coordinate representation of color #5B4502: hue angle of 45.17º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B4502 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.64 |
| HSL | 45.17º | 0.96% | 0.18% | - |
| HSV(B) | 45.17º | 0.98% | 0.36% | - |
| XYZ | 6.45 | 6.48 | 0.97 | - |
| YUV | 67.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 2 | 0 | 0.24 | 0.98 | 0.64 | 45.17 | 0.96 | 0.18 |
| Hex | 5B | 45 | 2 | 0 | 18 | 62 | 40 | 2D | 60 | 12 |
| Octal | 133 | 105 | 2 | 0 | 30 | 142 | 100 | 55 | 140 | 22 |
| Binary | 1011011 | 1000101 | 10 | 0 | 11000 | 1100010 | 1000000 | 101101 | 1100000 | 10010 |
Color Harmonies of #5B4502
Complementary color
Monochromatic Colors of #5B4502
Black with #5B4502
Text Example
Text Example
White with #5B4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4502; }
p { color: rgb(91,69,2); }
H1.HeaderClassName
{
color: #5B4502;
}
.AnyTagClassName
{
color: #5B4502;
}
</style>
background-color css
<style>
a { background-color: #5B4502; }
a { background-color: rgb(91,69,2); }
div.DivClassName
{
background-color: #5B4502;
}
.BgClassName
{
background-color: #5B4502;
}
</style>
border-color css
<style>
span { border-color: #5B4502; }
span { border-color: rgb(91,69,2); }
td.TdClassName
{
border-color: #5B4502;
}
.TagClassName
{
border-color: #5B4502;
}
</style>