Shades of Raw Umber #855400
Tints of Raw Umber #855400
RGB
CMYK
RGB Variations
Color information
#855400 (or 0x855400) is known color: Raw Umber. HEX triplet: 85, 54 and 00. RGB value is (133,84,0). Sum of RGB (Red+Green+Blue) = 133+84+0=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #855400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855400 is #7AABFF. Grayscale: #595959. Windows color (decimal): -8039424 or 21637. OLE color: 21637.
HSL color Cylindrical-coordinate representation of color #855400: hue angle of 37.89º 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 #855400 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.48 |
| HSL | 37.89º | 1% | 0.26% | - |
| HSV(B) | 37.89º | 1% | 0.52% | - |
| XYZ | 12.84 | 11.33 | 1.51 | - |
| YUV | 89.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 0 | 0 | 0.37 | 1 | 0.48 | 37.89 | 1 | 0.26 |
| Hex | 85 | 54 | 0 | 0 | 25 | 64 | 30 | 26 | 64 | 1A |
| Octal | 205 | 124 | 0 | 0 | 45 | 144 | 60 | 46 | 144 | 32 |
| Binary | 10000101 | 1010100 | 0 | 0 | 100101 | 1100100 | 110000 | 100110 | 1100100 | 11010 |
Color Harmonies of #855400
Complementary color
Monochromatic Colors of #855400
Black with #855400
Text Example
Text Example
White with #855400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855400; }
p { color: rgb(133,84,0); }
H1.HeaderClassName
{
color: #855400;
}
.AnyTagClassName
{
color: #855400;
}
</style>
background-color css
<style>
a { background-color: #855400; }
a { background-color: rgb(133,84,0); }
div.DivClassName
{
background-color: #855400;
}
.BgClassName
{
background-color: #855400;
}
</style>
border-color css
<style>
span { border-color: #855400; }
span { border-color: rgb(133,84,0); }
td.TdClassName
{
border-color: #855400;
}
.TagClassName
{
border-color: #855400;
}
</style>