Shades of Raw Umber #5B4400
Tints of Raw Umber #5B4400
RGB
CMYK
RGB Variations
Color information
#5B4400 (or 0x5B4400) is known color: Raw Umber. HEX triplet: 5B, 44 and 00. RGB value is (91,68,0). Sum of RGB (Red+Green+Blue) = 91+68+0=159 (21% of max value = 765). Red value is 91 (35.94% from 255 or 57.23% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4400 is #A4BBFF. Grayscale: #434343. Windows color (decimal): -10796032 or 17499. OLE color: 17499.
HSL color Cylindrical-coordinate representation of color #5B4400: hue angle of 44.84º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B4400 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.64 |
| HSL | 44.84º | 1% | 0.18% | - |
| HSV(B) | 44.84º | 1% | 0.36% | - |
| XYZ | 6.38 | 6.36 | 0.89 | - |
| YUV | 67.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 0 | 0 | 0.25 | 1 | 0.64 | 44.84 | 1 | 0.18 |
| Hex | 5B | 44 | 0 | 0 | 19 | 64 | 40 | 2D | 64 | 12 |
| Octal | 133 | 104 | 0 | 0 | 31 | 144 | 100 | 55 | 144 | 22 |
| Binary | 1011011 | 1000100 | 0 | 0 | 11001 | 1100100 | 1000000 | 101101 | 1100100 | 10010 |
Color Harmonies of #5B4400
Complementary color
Monochromatic Colors of #5B4400
Black with #5B4400
Text Example
Text Example
White with #5B4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4400; }
p { color: rgb(91,68,0); }
H1.HeaderClassName
{
color: #5B4400;
}
.AnyTagClassName
{
color: #5B4400;
}
</style>
background-color css
<style>
a { background-color: #5B4400; }
a { background-color: rgb(91,68,0); }
div.DivClassName
{
background-color: #5B4400;
}
.BgClassName
{
background-color: #5B4400;
}
</style>
border-color css
<style>
span { border-color: #5B4400; }
span { border-color: rgb(91,68,0); }
td.TdClassName
{
border-color: #5B4400;
}
.TagClassName
{
border-color: #5B4400;
}
</style>