Shades of Raw Umber #5B400B
Tints of Raw Umber #5B400B
RGB
CMYK
RGB Variations
Color information
#5B400B (or 0x5B400B) is known color: Raw Umber. HEX triplet: 5B, 40 and 0B. RGB value is (91,64,11). Sum of RGB (Red+Green+Blue) = 91+64+11=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B400B is #A4BFF4. Grayscale: #424242. Windows color (decimal): -10797045 or 737371. OLE color: 737371.
HSL color Cylindrical-coordinate representation of color #5B400B: hue angle of 39.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B400B is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 64 | 11 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.64 |
| HSL | 39.75º | 0.78% | 0.2% | - |
| HSV(B) | 39.75º | 0.88% | 0.36% | - |
| XYZ | 6.21 | 5.92 | 1.13 | - |
| YUV | 66.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 11 | 0 | 0.30 | 0.88 | 0.64 | 39.75 | 0.78 | 0.2 |
| Hex | 5B | 40 | B | 0 | 1E | 58 | 40 | 28 | 4E | 14 |
| Octal | 133 | 100 | 13 | 0 | 36 | 130 | 100 | 50 | 116 | 24 |
| Binary | 1011011 | 1000000 | 1011 | 0 | 11110 | 1011000 | 1000000 | 101000 | 1001110 | 10100 |
Color Harmonies of #5B400B
Complementary color
Monochromatic Colors of #5B400B
Black with #5B400B
Text Example
Text Example
White with #5B400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B400B; }
p { color: rgb(91,64,11); }
H1.HeaderClassName
{
color: #5B400B;
}
.AnyTagClassName
{
color: #5B400B;
}
</style>
background-color css
<style>
a { background-color: #5B400B; }
a { background-color: rgb(91,64,11); }
div.DivClassName
{
background-color: #5B400B;
}
.BgClassName
{
background-color: #5B400B;
}
</style>
border-color css
<style>
span { border-color: #5B400B; }
span { border-color: rgb(91,64,11); }
td.TdClassName
{
border-color: #5B400B;
}
.TagClassName
{
border-color: #5B400B;
}
</style>