Shades of Raw Umber #855505
Tints of Raw Umber #855505
RGB
CMYK
RGB Variations
Color information
#855505 (or 0x855505) is known color: Raw Umber. HEX triplet: 85, 55 and 05. RGB value is (133,85,5). Sum of RGB (Red+Green+Blue) = 133+85+5=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #855505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855505 is #7AAAFA. Grayscale: #5A5A5A. Windows color (decimal): -8039163 or 349573. OLE color: 349573.
HSL color Cylindrical-coordinate representation of color #855505: hue angle of 37.5º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #855505 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 5 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.48 |
| HSL | 37.5º | 0.93% | 0.27% | - |
| HSV(B) | 37.5º | 0.96% | 0.52% | - |
| XYZ | 12.95 | 11.49 | 1.68 | - |
| YUV | 90.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 5 | 0 | 0.36 | 0.96 | 0.48 | 37.5 | 0.93 | 0.27 |
| Hex | 85 | 55 | 5 | 0 | 24 | 60 | 30 | 26 | 5D | 1B |
| Octal | 205 | 125 | 5 | 0 | 44 | 140 | 60 | 46 | 135 | 33 |
| Binary | 10000101 | 1010101 | 101 | 0 | 100100 | 1100000 | 110000 | 100110 | 1011101 | 11011 |
Color Harmonies of #855505
Complementary color
Monochromatic Colors of #855505
Black with #855505
Text Example
Text Example
White with #855505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855505; }
p { color: rgb(133,85,5); }
H1.HeaderClassName
{
color: #855505;
}
.AnyTagClassName
{
color: #855505;
}
</style>
background-color css
<style>
a { background-color: #855505; }
a { background-color: rgb(133,85,5); }
div.DivClassName
{
background-color: #855505;
}
.BgClassName
{
background-color: #855505;
}
</style>
border-color css
<style>
span { border-color: #855505; }
span { border-color: rgb(133,85,5); }
td.TdClassName
{
border-color: #855505;
}
.TagClassName
{
border-color: #855505;
}
</style>