Shades of Raw Umber #855408
Tints of Raw Umber #855408
RGB
CMYK
RGB Variations
Color information
#855408 (or 0x855408) is known color: Raw Umber. HEX triplet: 85, 54 and 08. RGB value is (133,84,8). Sum of RGB (Red+Green+Blue) = 133+84+8=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #855408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855408 is #7AABF7. Grayscale: #5A5A5A. Windows color (decimal): -8039416 or 545925. OLE color: 545925.
HSL color Cylindrical-coordinate representation of color #855408: hue angle of 36.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #855408 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 8 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.48 |
| HSL | 36.48º | 0.89% | 0.28% | - |
| HSV(B) | 36.48º | 0.94% | 0.52% | - |
| XYZ | 12.89 | 11.34 | 1.74 | - |
| YUV | 89.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 8 | 0 | 0.37 | 0.94 | 0.48 | 36.48 | 0.89 | 0.28 |
| Hex | 85 | 54 | 8 | 0 | 25 | 5E | 30 | 24 | 59 | 1C |
| Octal | 205 | 124 | 10 | 0 | 45 | 136 | 60 | 44 | 131 | 34 |
| Binary | 10000101 | 1010100 | 1000 | 0 | 100101 | 1011110 | 110000 | 100100 | 1011001 | 11100 |
Color Harmonies of #855408
Complementary color
Monochromatic Colors of #855408
Black with #855408
Text Example
Text Example
White with #855408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855408; }
p { color: rgb(133,84,8); }
H1.HeaderClassName
{
color: #855408;
}
.AnyTagClassName
{
color: #855408;
}
</style>
background-color css
<style>
a { background-color: #855408; }
a { background-color: rgb(133,84,8); }
div.DivClassName
{
background-color: #855408;
}
.BgClassName
{
background-color: #855408;
}
</style>
border-color css
<style>
span { border-color: #855408; }
span { border-color: rgb(133,84,8); }
td.TdClassName
{
border-color: #855408;
}
.TagClassName
{
border-color: #855408;
}
</style>