Shades of Raw Umber #855600
Tints of Raw Umber #855600
RGB
CMYK
RGB Variations
Color information
#855600 (or 0x855600) is known color: Raw Umber. HEX triplet: 85, 56 and 00. RGB value is (133,86,0). Sum of RGB (Red+Green+Blue) = 133+86+0=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #855600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855600 is #7AA9FF. Grayscale: #5A5A5A. Windows color (decimal): -8038912 or 22149. OLE color: 22149.
HSL color Cylindrical-coordinate representation of color #855600: hue angle of 38.8º 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 #855600 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.48 |
| HSL | 38.8º | 1% | 0.26% | - |
| HSV(B) | 38.8º | 1% | 0.52% | - |
| XYZ | 13 | 11.64 | 1.56 | - |
| YUV | 90.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 0 | 0 | 0.35 | 1 | 0.48 | 38.8 | 1 | 0.26 |
| Hex | 85 | 56 | 0 | 0 | 23 | 64 | 30 | 27 | 64 | 1A |
| Octal | 205 | 126 | 0 | 0 | 43 | 144 | 60 | 47 | 144 | 32 |
| Binary | 10000101 | 1010110 | 0 | 0 | 100011 | 1100100 | 110000 | 100111 | 1100100 | 11010 |
Color Harmonies of #855600
Complementary color
Monochromatic Colors of #855600
Black with #855600
Text Example
Text Example
White with #855600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855600; }
p { color: rgb(133,86,0); }
H1.HeaderClassName
{
color: #855600;
}
.AnyTagClassName
{
color: #855600;
}
</style>
background-color css
<style>
a { background-color: #855600; }
a { background-color: rgb(133,86,0); }
div.DivClassName
{
background-color: #855600;
}
.BgClassName
{
background-color: #855600;
}
</style>
border-color css
<style>
span { border-color: #855600; }
span { border-color: rgb(133,86,0); }
td.TdClassName
{
border-color: #855600;
}
.TagClassName
{
border-color: #855600;
}
</style>