Shades of Raw Umber #855200
Tints of Raw Umber #855200
RGB
CMYK
RGB Variations
Color information
#855200 (or 0x855200) is known color: Raw Umber. HEX triplet: 85, 52 and 00. RGB value is (133,82,0). Sum of RGB (Red+Green+Blue) = 133+82+0=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #855200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855200 is #7AADFF. Grayscale: #585858. Windows color (decimal): -8039936 or 21125. OLE color: 21125.
HSL color Cylindrical-coordinate representation of color #855200: hue angle of 36.99º 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 #855200 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.48 |
| HSL | 36.99º | 1% | 0.26% | - |
| HSV(B) | 36.99º | 1% | 0.52% | - |
| XYZ | 12.69 | 11.02 | 1.46 | - |
| YUV | 87.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 0 | 0 | 0.38 | 1 | 0.48 | 36.99 | 1 | 0.26 |
| Hex | 85 | 52 | 0 | 0 | 26 | 64 | 30 | 25 | 64 | 1A |
| Octal | 205 | 122 | 0 | 0 | 46 | 144 | 60 | 45 | 144 | 32 |
| Binary | 10000101 | 1010010 | 0 | 0 | 100110 | 1100100 | 110000 | 100101 | 1100100 | 11010 |
Color Harmonies of #855200
Complementary color
Monochromatic Colors of #855200
Black with #855200
Text Example
Text Example
White with #855200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855200; }
p { color: rgb(133,82,0); }
H1.HeaderClassName
{
color: #855200;
}
.AnyTagClassName
{
color: #855200;
}
</style>
background-color css
<style>
a { background-color: #855200; }
a { background-color: rgb(133,82,0); }
div.DivClassName
{
background-color: #855200;
}
.BgClassName
{
background-color: #855200;
}
</style>
border-color css
<style>
span { border-color: #855200; }
span { border-color: rgb(133,82,0); }
td.TdClassName
{
border-color: #855200;
}
.TagClassName
{
border-color: #855200;
}
</style>