Shades of Raw Umber #855411
Tints of Raw Umber #855411
RGB
CMYK
RGB Variations
Color information
#855411 (or 0x855411) is known color: Raw Umber. HEX triplet: 85, 54 and 11. RGB value is (133,84,17). Sum of RGB (Red+Green+Blue) = 133+84+17=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #855411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855411 is #7AABEE. Grayscale: #5B5B5B. Windows color (decimal): -8039407 or 1135749. OLE color: 1135749.
HSL color Cylindrical-coordinate representation of color #855411: hue angle of 34.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #855411 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 17 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.48 |
| HSL | 34.66º | 0.77% | 0.29% | - |
| HSV(B) | 34.66º | 0.87% | 0.52% | - |
| XYZ | 12.94 | 11.37 | 2.04 | - |
| YUV | 91.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 17 | 0 | 0.37 | 0.87 | 0.48 | 34.66 | 0.77 | 0.29 |
| Hex | 85 | 54 | 11 | 0 | 25 | 57 | 30 | 23 | 4D | 1D |
| Octal | 205 | 124 | 21 | 0 | 45 | 127 | 60 | 43 | 115 | 35 |
| Binary | 10000101 | 1010100 | 10001 | 0 | 100101 | 1010111 | 110000 | 100011 | 1001101 | 11101 |
Color Harmonies of #855411
Complementary color
Monochromatic Colors of #855411
Black with #855411
Text Example
Text Example
White with #855411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855411; }
p { color: rgb(133,84,17); }
H1.HeaderClassName
{
color: #855411;
}
.AnyTagClassName
{
color: #855411;
}
</style>
background-color css
<style>
a { background-color: #855411; }
a { background-color: rgb(133,84,17); }
div.DivClassName
{
background-color: #855411;
}
.BgClassName
{
background-color: #855411;
}
</style>
border-color css
<style>
span { border-color: #855411; }
span { border-color: rgb(133,84,17); }
td.TdClassName
{
border-color: #855411;
}
.TagClassName
{
border-color: #855411;
}
</style>