Shades of Raw Umber #5B4403
Tints of Raw Umber #5B4403
RGB
CMYK
RGB Variations
Color information
#5B4403 (or 0x5B4403) is known color: Raw Umber. HEX triplet: 5B, 44 and 03. RGB value is (91,68,3). Sum of RGB (Red+Green+Blue) = 91+68+3=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4403 is #A4BBFC. Grayscale: #434343. Windows color (decimal): -10796029 or 214107. OLE color: 214107.
HSL color Cylindrical-coordinate representation of color #5B4403: hue angle of 44.32º 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 #5B4403 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 3 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.64 |
| HSL | 44.32º | 0.94% | 0.18% | - |
| HSV(B) | 44.32º | 0.97% | 0.36% | - |
| XYZ | 6.4 | 6.36 | 0.98 | - |
| YUV | 67.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 3 | 0 | 0.25 | 0.97 | 0.64 | 44.32 | 0.94 | 0.18 |
| Hex | 5B | 44 | 3 | 0 | 19 | 61 | 40 | 2C | 5E | 12 |
| Octal | 133 | 104 | 3 | 0 | 31 | 141 | 100 | 54 | 136 | 22 |
| Binary | 1011011 | 1000100 | 11 | 0 | 11001 | 1100001 | 1000000 | 101100 | 1011110 | 10010 |
Color Harmonies of #5B4403
Complementary color
Monochromatic Colors of #5B4403
Black with #5B4403
Text Example
Text Example
White with #5B4403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4403; }
p { color: rgb(91,68,3); }
H1.HeaderClassName
{
color: #5B4403;
}
.AnyTagClassName
{
color: #5B4403;
}
</style>
background-color css
<style>
a { background-color: #5B4403; }
a { background-color: rgb(91,68,3); }
div.DivClassName
{
background-color: #5B4403;
}
.BgClassName
{
background-color: #5B4403;
}
</style>
border-color css
<style>
span { border-color: #5B4403; }
span { border-color: rgb(91,68,3); }
td.TdClassName
{
border-color: #5B4403;
}
.TagClassName
{
border-color: #5B4403;
}
</style>