Shades of Raw Umber #854E00
Tints of Raw Umber #854E00
RGB
CMYK
RGB Variations
Color information
#854E00 (or 0x854E00) is known color: Raw Umber. HEX triplet: 85, 4E and 00. RGB value is (133,78,0). Sum of RGB (Red+Green+Blue) = 133+78+0=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #854E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854E00 is #7AB1FF. Grayscale: #555555. Windows color (decimal): -8040960 or 20101. OLE color: 20101.
HSL color Cylindrical-coordinate representation of color #854E00: hue angle of 35.19º 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 #854E00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 78 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.48 |
| HSL | 35.19º | 1% | 0.26% | - |
| HSV(B) | 35.19º | 1% | 0.52% | - |
| XYZ | 12.4 | 10.44 | 1.36 | - |
| YUV | 85.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 0 | 0 | 0.41 | 1 | 0.48 | 35.19 | 1 | 0.26 |
| Hex | 85 | 4E | 0 | 0 | 29 | 64 | 30 | 23 | 64 | 1A |
| Octal | 205 | 116 | 0 | 0 | 51 | 144 | 60 | 43 | 144 | 32 |
| Binary | 10000101 | 1001110 | 0 | 0 | 101001 | 1100100 | 110000 | 100011 | 1100100 | 11010 |
Color Harmonies of #854E00
Complementary color
Monochromatic Colors of #854E00
Black with #854E00
Text Example
Text Example
White with #854E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E00; }
p { color: rgb(133,78,0); }
H1.HeaderClassName
{
color: #854E00;
}
.AnyTagClassName
{
color: #854E00;
}
</style>
background-color css
<style>
a { background-color: #854E00; }
a { background-color: rgb(133,78,0); }
div.DivClassName
{
background-color: #854E00;
}
.BgClassName
{
background-color: #854E00;
}
</style>
border-color css
<style>
span { border-color: #854E00; }
span { border-color: rgb(133,78,0); }
td.TdClassName
{
border-color: #854E00;
}
.TagClassName
{
border-color: #854E00;
}
</style>