Shades of Raw Umber #5B4207
Tints of Raw Umber #5B4207
RGB
CMYK
RGB Variations
Color information
#5B4207 (or 0x5B4207) is known color: Raw Umber. HEX triplet: 5B, 42 and 07. RGB value is (91,66,7). Sum of RGB (Red+Green+Blue) = 91+66+7=164 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.49% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4207 is #A4BDF8. Grayscale: #434343. Windows color (decimal): -10796537 or 475739. OLE color: 475739.
HSL color Cylindrical-coordinate representation of color #5B4207: hue angle of 42.14º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B4207 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 7 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.64 |
| HSL | 42.14º | 0.86% | 0.19% | - |
| HSV(B) | 42.14º | 0.92% | 0.36% | - |
| XYZ | 6.3 | 6.14 | 1.05 | - |
| YUV | 66.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 7 | 0 | 0.27 | 0.92 | 0.64 | 42.14 | 0.86 | 0.19 |
| Hex | 5B | 42 | 7 | 0 | 1B | 5C | 40 | 2A | 56 | 13 |
| Octal | 133 | 102 | 7 | 0 | 33 | 134 | 100 | 52 | 126 | 23 |
| Binary | 1011011 | 1000010 | 111 | 0 | 11011 | 1011100 | 1000000 | 101010 | 1010110 | 10011 |
Color Harmonies of #5B4207
Complementary color
Monochromatic Colors of #5B4207
Black with #5B4207
Text Example
Text Example
White with #5B4207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4207; }
p { color: rgb(91,66,7); }
H1.HeaderClassName
{
color: #5B4207;
}
.AnyTagClassName
{
color: #5B4207;
}
</style>
background-color css
<style>
a { background-color: #5B4207; }
a { background-color: rgb(91,66,7); }
div.DivClassName
{
background-color: #5B4207;
}
.BgClassName
{
background-color: #5B4207;
}
</style>
border-color css
<style>
span { border-color: #5B4207; }
span { border-color: rgb(91,66,7); }
td.TdClassName
{
border-color: #5B4207;
}
.TagClassName
{
border-color: #5B4207;
}
</style>