Shades of Raw Umber #855A00
Tints of Raw Umber #855A00
RGB
CMYK
RGB Variations
Color information
#855A00 (or 0x855A00) is known color: Raw Umber. HEX triplet: 85, 5A and 00. RGB value is (133,90,0). Sum of RGB (Red+Green+Blue) = 133+90+0=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #855A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A00 is #7AA5FF. Grayscale: #5D5D5D. Windows color (decimal): -8037888 or 23173. OLE color: 23173.
HSL color Cylindrical-coordinate representation of color #855A00: hue angle of 40.6º 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 #855A00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 90 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.48 |
| HSL | 40.6º | 1% | 0.26% | - |
| HSV(B) | 40.6º | 1% | 0.52% | - |
| XYZ | 13.33 | 12.3 | 1.67 | - |
| YUV | 92.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 0 | 0 | 0.32 | 1 | 0.48 | 40.6 | 1 | 0.26 |
| Hex | 85 | 5A | 0 | 0 | 20 | 64 | 30 | 29 | 64 | 1A |
| Octal | 205 | 132 | 0 | 0 | 40 | 144 | 60 | 51 | 144 | 32 |
| Binary | 10000101 | 1011010 | 0 | 0 | 100000 | 1100100 | 110000 | 101001 | 1100100 | 11010 |
Color Harmonies of #855A00
Complementary color
Monochromatic Colors of #855A00
Black with #855A00
Text Example
Text Example
White with #855A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855A00; }
p { color: rgb(133,90,0); }
H1.HeaderClassName
{
color: #855A00;
}
.AnyTagClassName
{
color: #855A00;
}
</style>
background-color css
<style>
a { background-color: #855A00; }
a { background-color: rgb(133,90,0); }
div.DivClassName
{
background-color: #855A00;
}
.BgClassName
{
background-color: #855A00;
}
</style>
border-color css
<style>
span { border-color: #855A00; }
span { border-color: rgb(133,90,0); }
td.TdClassName
{
border-color: #855A00;
}
.TagClassName
{
border-color: #855A00;
}
</style>