Shades of Raw Umber #855900
Tints of Raw Umber #855900
RGB
CMYK
RGB Variations
Color information
#855900 (or 0x855900) is known color: Raw Umber. HEX triplet: 85, 59 and 00. RGB value is (133,89,0). Sum of RGB (Red+Green+Blue) = 133+89+0=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #855900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855900 is #7AA6FF. Grayscale: #5C5C5C. Windows color (decimal): -8038144 or 22917. OLE color: 22917.
HSL color Cylindrical-coordinate representation of color #855900: hue angle of 40.15º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #855900 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.48 |
| HSL | 40.15º | 1% | 0.26% | - |
| HSV(B) | 40.15º | 1% | 0.52% | - |
| XYZ | 13.25 | 12.13 | 1.64 | - |
| YUV | 92.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 0 | 0 | 0.33 | 1 | 0.48 | 40.15 | 1 | 0.26 |
| Hex | 85 | 59 | 0 | 0 | 21 | 64 | 30 | 28 | 64 | 1A |
| Octal | 205 | 131 | 0 | 0 | 41 | 144 | 60 | 50 | 144 | 32 |
| Binary | 10000101 | 1011001 | 0 | 0 | 100001 | 1100100 | 110000 | 101000 | 1100100 | 11010 |
Color Harmonies of #855900
Complementary color
Monochromatic Colors of #855900
Black with #855900
Text Example
Text Example
White with #855900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855900; }
p { color: rgb(133,89,0); }
H1.HeaderClassName
{
color: #855900;
}
.AnyTagClassName
{
color: #855900;
}
</style>
background-color css
<style>
a { background-color: #855900; }
a { background-color: rgb(133,89,0); }
div.DivClassName
{
background-color: #855900;
}
.BgClassName
{
background-color: #855900;
}
</style>
border-color css
<style>
span { border-color: #855900; }
span { border-color: rgb(133,89,0); }
td.TdClassName
{
border-color: #855900;
}
.TagClassName
{
border-color: #855900;
}
</style>