Shades of Raw Umber #5B4100
Tints of Raw Umber #5B4100
RGB
CMYK
RGB Variations
Color information
#5B4100 (or 0x5B4100) is known color: Raw Umber. HEX triplet: 5B, 41 and 00. RGB value is (91,65,0). Sum of RGB (Red+Green+Blue) = 91+65+0=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4100 is #A4BEFF. Grayscale: #414141. Windows color (decimal): -10796800 or 16731. OLE color: 16731.
HSL color Cylindrical-coordinate representation of color #5B4100: hue angle of 42.86º 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 #5B4100 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 65 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.64 |
| HSL | 42.86º | 1% | 0.18% | - |
| HSV(B) | 42.86º | 1% | 0.36% | - |
| XYZ | 6.2 | 6 | 0.83 | - |
| YUV | 65.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 0 | 0 | 0.29 | 1 | 0.64 | 42.86 | 1 | 0.18 |
| Hex | 5B | 41 | 0 | 0 | 1D | 64 | 40 | 2B | 64 | 12 |
| Octal | 133 | 101 | 0 | 0 | 35 | 144 | 100 | 53 | 144 | 22 |
| Binary | 1011011 | 1000001 | 0 | 0 | 11101 | 1100100 | 1000000 | 101011 | 1100100 | 10010 |
Color Harmonies of #5B4100
Complementary color
Monochromatic Colors of #5B4100
Black with #5B4100
Text Example
Text Example
White with #5B4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4100; }
p { color: rgb(91,65,0); }
H1.HeaderClassName
{
color: #5B4100;
}
.AnyTagClassName
{
color: #5B4100;
}
</style>
background-color css
<style>
a { background-color: #5B4100; }
a { background-color: rgb(91,65,0); }
div.DivClassName
{
background-color: #5B4100;
}
.BgClassName
{
background-color: #5B4100;
}
</style>
border-color css
<style>
span { border-color: #5B4100; }
span { border-color: rgb(91,65,0); }
td.TdClassName
{
border-color: #5B4100;
}
.TagClassName
{
border-color: #5B4100;
}
</style>