Shades of Raw Umber #5B4603
Tints of Raw Umber #5B4603
RGB
CMYK
RGB Variations
Color information
#5B4603 (or 0x5B4603) is known color: Raw Umber. HEX triplet: 5B, 46 and 03. RGB value is (91,70,3). Sum of RGB (Red+Green+Blue) = 91+70+3=164 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.49% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4603 is #A4B9FC. Grayscale: #444444. Windows color (decimal): -10795517 or 214619. OLE color: 214619.
HSL color Cylindrical-coordinate representation of color #5B4603: hue angle of 45.68º 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 #5B4603 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 70 | 3 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.64 |
| HSL | 45.68º | 0.94% | 0.18% | - |
| HSV(B) | 45.68º | 0.97% | 0.36% | - |
| XYZ | 6.52 | 6.61 | 1.02 | - |
| YUV | 68.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 3 | 0 | 0.23 | 0.97 | 0.64 | 45.68 | 0.94 | 0.18 |
| Hex | 5B | 46 | 3 | 0 | 17 | 61 | 40 | 2E | 5E | 12 |
| Octal | 133 | 106 | 3 | 0 | 27 | 141 | 100 | 56 | 136 | 22 |
| Binary | 1011011 | 1000110 | 11 | 0 | 10111 | 1100001 | 1000000 | 101110 | 1011110 | 10010 |
Color Harmonies of #5B4603
Complementary color
Monochromatic Colors of #5B4603
Black with #5B4603
Text Example
Text Example
White with #5B4603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4603; }
p { color: rgb(91,70,3); }
H1.HeaderClassName
{
color: #5B4603;
}
.AnyTagClassName
{
color: #5B4603;
}
</style>
background-color css
<style>
a { background-color: #5B4603; }
a { background-color: rgb(91,70,3); }
div.DivClassName
{
background-color: #5B4603;
}
.BgClassName
{
background-color: #5B4603;
}
</style>
border-color css
<style>
span { border-color: #5B4603; }
span { border-color: rgb(91,70,3); }
td.TdClassName
{
border-color: #5B4603;
}
.TagClassName
{
border-color: #5B4603;
}
</style>