Shades of Raw Umber #855409
Tints of Raw Umber #855409
RGB
CMYK
RGB Variations
Color information
#855409 (or 0x855409) is known color: Raw Umber. HEX triplet: 85, 54 and 09. RGB value is (133,84,9). Sum of RGB (Red+Green+Blue) = 133+84+9=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #855409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855409 is #7AABF6. Grayscale: #5A5A5A. Windows color (decimal): -8039415 or 611461. OLE color: 611461.
HSL color Cylindrical-coordinate representation of color #855409: hue angle of 36.29º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #855409 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 9 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.48 |
| HSL | 36.29º | 0.87% | 0.28% | - |
| HSV(B) | 36.29º | 0.93% | 0.52% | - |
| XYZ | 12.89 | 11.35 | 1.77 | - |
| YUV | 90.1 | 82.23 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 9 | 0 | 0.37 | 0.93 | 0.48 | 36.29 | 0.87 | 0.28 |
| Hex | 85 | 54 | 9 | 0 | 25 | 5D | 30 | 24 | 57 | 1C |
| Octal | 205 | 124 | 11 | 0 | 45 | 135 | 60 | 44 | 127 | 34 |
| Binary | 10000101 | 1010100 | 1001 | 0 | 100101 | 1011101 | 110000 | 100100 | 1010111 | 11100 |
Color Harmonies of #855409
Complementary color
Monochromatic Colors of #855409
Black with #855409
Text Example
Text Example
White with #855409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855409; }
p { color: rgb(133,84,9); }
H1.HeaderClassName
{
color: #855409;
}
.AnyTagClassName
{
color: #855409;
}
</style>
background-color css
<style>
a { background-color: #855409; }
a { background-color: rgb(133,84,9); }
div.DivClassName
{
background-color: #855409;
}
.BgClassName
{
background-color: #855409;
}
</style>
border-color css
<style>
span { border-color: #855409; }
span { border-color: rgb(133,84,9); }
td.TdClassName
{
border-color: #855409;
}
.TagClassName
{
border-color: #855409;
}
</style>