Shades of Raw Umber #5B4503
Tints of Raw Umber #5B4503
RGB
CMYK
RGB Variations
Color information
#5B4503 (or 0x5B4503) is known color: Raw Umber. HEX triplet: 5B, 45 and 03. RGB value is (91,69,3). Sum of RGB (Red+Green+Blue) = 91+69+3=163 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.83% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4503 is #A4BAFC. Grayscale: #444444. Windows color (decimal): -10795773 or 214363. OLE color: 214363.
HSL color Cylindrical-coordinate representation of color #5B4503: hue angle of 45º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B4503 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 3 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.64 |
| HSL | 45º | 0.94% | 0.18% | - |
| HSV(B) | 45º | 0.97% | 0.36% | - |
| XYZ | 6.46 | 6.49 | 1 | - |
| YUV | 68.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 3 | 0 | 0.24 | 0.97 | 0.64 | 45 | 0.94 | 0.18 |
| Hex | 5B | 45 | 3 | 0 | 18 | 61 | 40 | 2D | 5E | 12 |
| Octal | 133 | 105 | 3 | 0 | 30 | 141 | 100 | 55 | 136 | 22 |
| Binary | 1011011 | 1000101 | 11 | 0 | 11000 | 1100001 | 1000000 | 101101 | 1011110 | 10010 |
Color Harmonies of #5B4503
Complementary color
Monochromatic Colors of #5B4503
Black with #5B4503
Text Example
Text Example
White with #5B4503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4503; }
p { color: rgb(91,69,3); }
H1.HeaderClassName
{
color: #5B4503;
}
.AnyTagClassName
{
color: #5B4503;
}
</style>
background-color css
<style>
a { background-color: #5B4503; }
a { background-color: rgb(91,69,3); }
div.DivClassName
{
background-color: #5B4503;
}
.BgClassName
{
background-color: #5B4503;
}
</style>
border-color css
<style>
span { border-color: #5B4503; }
span { border-color: rgb(91,69,3); }
td.TdClassName
{
border-color: #5B4503;
}
.TagClassName
{
border-color: #5B4503;
}
</style>