Shades of Raw Umber #855100
Tints of Raw Umber #855100
RGB
CMYK
RGB Variations
Color information
#855100 (or 0x855100) is known color: Raw Umber. HEX triplet: 85, 51 and 00. RGB value is (133,81,0). Sum of RGB (Red+Green+Blue) = 133+81+0=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #855100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855100 is #7AAEFF. Grayscale: #575757. Windows color (decimal): -8040192 or 20869. OLE color: 20869.
HSL color Cylindrical-coordinate representation of color #855100: hue angle of 36.54º 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 #855100 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.48 |
| HSL | 36.54º | 1% | 0.26% | - |
| HSV(B) | 36.54º | 1% | 0.52% | - |
| XYZ | 12.62 | 10.87 | 1.43 | - |
| YUV | 87.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 0 | 0 | 0.39 | 1 | 0.48 | 36.54 | 1 | 0.26 |
| Hex | 85 | 51 | 0 | 0 | 27 | 64 | 30 | 25 | 64 | 1A |
| Octal | 205 | 121 | 0 | 0 | 47 | 144 | 60 | 45 | 144 | 32 |
| Binary | 10000101 | 1010001 | 0 | 0 | 100111 | 1100100 | 110000 | 100101 | 1100100 | 11010 |
Color Harmonies of #855100
Complementary color
Monochromatic Colors of #855100
Black with #855100
Text Example
Text Example
White with #855100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855100; }
p { color: rgb(133,81,0); }
H1.HeaderClassName
{
color: #855100;
}
.AnyTagClassName
{
color: #855100;
}
</style>
background-color css
<style>
a { background-color: #855100; }
a { background-color: rgb(133,81,0); }
div.DivClassName
{
background-color: #855100;
}
.BgClassName
{
background-color: #855100;
}
</style>
border-color css
<style>
span { border-color: #855100; }
span { border-color: rgb(133,81,0); }
td.TdClassName
{
border-color: #855100;
}
.TagClassName
{
border-color: #855100;
}
</style>