Shades of Raw Umber #855A04
Tints of Raw Umber #855A04
RGB
CMYK
RGB Variations
Color information
#855A04 (or 0x855A04) is known color: Raw Umber. HEX triplet: 85, 5A and 04. RGB value is (133,90,4). Sum of RGB (Red+Green+Blue) = 133+90+4=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #855A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A04 is #7AA5FB. Grayscale: #5D5D5D. Windows color (decimal): -8037884 or 285317. OLE color: 285317.
HSL color Cylindrical-coordinate representation of color #855A04: hue angle of 40º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #855A04 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 4 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.48 |
| HSL | 40º | 0.94% | 0.27% | - |
| HSV(B) | 40º | 0.97% | 0.52% | - |
| XYZ | 13.35 | 12.31 | 1.79 | - |
| YUV | 93.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 4 | 0 | 0.32 | 0.97 | 0.48 | 40 | 0.94 | 0.27 |
| Hex | 85 | 5A | 4 | 0 | 20 | 61 | 30 | 28 | 5E | 1B |
| Octal | 205 | 132 | 4 | 0 | 40 | 141 | 60 | 50 | 136 | 33 |
| Binary | 10000101 | 1011010 | 100 | 0 | 100000 | 1100001 | 110000 | 101000 | 1011110 | 11011 |
Color Harmonies of #855A04
Complementary color
Monochromatic Colors of #855A04
Black with #855A04
Text Example
Text Example
White with #855A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A04; }
p { color: rgb(133,90,4); }
H1.HeaderClassName
{
color: #855A04;
}
.AnyTagClassName
{
color: #855A04;
}
</style>
background-color css
<style>
a { background-color: #855A04; }
a { background-color: rgb(133,90,4); }
div.DivClassName
{
background-color: #855A04;
}
.BgClassName
{
background-color: #855A04;
}
</style>
border-color css
<style>
span { border-color: #855A04; }
span { border-color: rgb(133,90,4); }
td.TdClassName
{
border-color: #855A04;
}
.TagClassName
{
border-color: #855A04;
}
</style>