Shades of Raw Umber #855500
Tints of Raw Umber #855500
RGB
CMYK
RGB Variations
Color information
#855500 (or 0x855500) is known color: Raw Umber. HEX triplet: 85, 55 and 00. RGB value is (133,85,0). Sum of RGB (Red+Green+Blue) = 133+85+0=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #855500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855500 is #7AAAFF. Grayscale: #5A5A5A. Windows color (decimal): -8039168 or 21893. OLE color: 21893.
HSL color Cylindrical-coordinate representation of color #855500: hue angle of 38.35º 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 #855500 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.48 |
| HSL | 38.35º | 1% | 0.26% | - |
| HSV(B) | 38.35º | 1% | 0.52% | - |
| XYZ | 12.92 | 11.48 | 1.54 | - |
| YUV | 89.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 0 | 0 | 0.36 | 1 | 0.48 | 38.35 | 1 | 0.26 |
| Hex | 85 | 55 | 0 | 0 | 24 | 64 | 30 | 26 | 64 | 1A |
| Octal | 205 | 125 | 0 | 0 | 44 | 144 | 60 | 46 | 144 | 32 |
| Binary | 10000101 | 1010101 | 0 | 0 | 100100 | 1100100 | 110000 | 100110 | 1100100 | 11010 |
Color Harmonies of #855500
Complementary color
Monochromatic Colors of #855500
Black with #855500
Text Example
Text Example
White with #855500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855500; }
p { color: rgb(133,85,0); }
H1.HeaderClassName
{
color: #855500;
}
.AnyTagClassName
{
color: #855500;
}
</style>
background-color css
<style>
a { background-color: #855500; }
a { background-color: rgb(133,85,0); }
div.DivClassName
{
background-color: #855500;
}
.BgClassName
{
background-color: #855500;
}
</style>
border-color css
<style>
span { border-color: #855500; }
span { border-color: rgb(133,85,0); }
td.TdClassName
{
border-color: #855500;
}
.TagClassName
{
border-color: #855500;
}
</style>