Shades of Raw Umber #855808
Tints of Raw Umber #855808
RGB
CMYK
RGB Variations
Color information
#855808 (or 0x855808) is known color: Raw Umber. HEX triplet: 85, 58 and 08. RGB value is (133,88,8). Sum of RGB (Red+Green+Blue) = 133+88+8=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #855808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855808 is #7AA7F7. Grayscale: #5C5C5C. Windows color (decimal): -8038392 or 546949. OLE color: 546949.
HSL color Cylindrical-coordinate representation of color #855808: hue angle of 38.4º 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 #855808 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 8 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.48 |
| HSL | 38.4º | 0.89% | 0.28% | - |
| HSV(B) | 38.4º | 0.94% | 0.52% | - |
| XYZ | 13.21 | 11.98 | 1.85 | - |
| YUV | 92.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 8 | 0 | 0.34 | 0.94 | 0.48 | 38.4 | 0.89 | 0.28 |
| Hex | 85 | 58 | 8 | 0 | 22 | 5E | 30 | 26 | 59 | 1C |
| Octal | 205 | 130 | 10 | 0 | 42 | 136 | 60 | 46 | 131 | 34 |
| Binary | 10000101 | 1011000 | 1000 | 0 | 100010 | 1011110 | 110000 | 100110 | 1011001 | 11100 |
Color Harmonies of #855808
Complementary color
Monochromatic Colors of #855808
Black with #855808
Text Example
Text Example
White with #855808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855808; }
p { color: rgb(133,88,8); }
H1.HeaderClassName
{
color: #855808;
}
.AnyTagClassName
{
color: #855808;
}
</style>
background-color css
<style>
a { background-color: #855808; }
a { background-color: rgb(133,88,8); }
div.DivClassName
{
background-color: #855808;
}
.BgClassName
{
background-color: #855808;
}
</style>
border-color css
<style>
span { border-color: #855808; }
span { border-color: rgb(133,88,8); }
td.TdClassName
{
border-color: #855808;
}
.TagClassName
{
border-color: #855808;
}
</style>