Shades of Raw Umber #855903
Tints of Raw Umber #855903
RGB
CMYK
RGB Variations
Color information
#855903 (or 0x855903) is known color: Raw Umber. HEX triplet: 85, 59 and 03. RGB value is (133,89,3). Sum of RGB (Red+Green+Blue) = 133+89+3=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #855903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855903 is #7AA6FC. Grayscale: #5C5C5C. Windows color (decimal): -8038141 or 219525. OLE color: 219525.
HSL color Cylindrical-coordinate representation of color #855903: hue angle of 39.69º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #855903 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.48 |
| HSL | 39.69º | 0.96% | 0.27% | - |
| HSV(B) | 39.69º | 0.98% | 0.52% | - |
| XYZ | 13.26 | 12.14 | 1.73 | - |
| YUV | 92.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 3 | 0 | 0.33 | 0.98 | 0.48 | 39.69 | 0.96 | 0.27 |
| Hex | 85 | 59 | 3 | 0 | 21 | 62 | 30 | 28 | 60 | 1B |
| Octal | 205 | 131 | 3 | 0 | 41 | 142 | 60 | 50 | 140 | 33 |
| Binary | 10000101 | 1011001 | 11 | 0 | 100001 | 1100010 | 110000 | 101000 | 1100000 | 11011 |
Color Harmonies of #855903
Complementary color
Monochromatic Colors of #855903
Black with #855903
Text Example
Text Example
White with #855903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855903; }
p { color: rgb(133,89,3); }
H1.HeaderClassName
{
color: #855903;
}
.AnyTagClassName
{
color: #855903;
}
</style>
background-color css
<style>
a { background-color: #855903; }
a { background-color: rgb(133,89,3); }
div.DivClassName
{
background-color: #855903;
}
.BgClassName
{
background-color: #855903;
}
</style>
border-color css
<style>
span { border-color: #855903; }
span { border-color: rgb(133,89,3); }
td.TdClassName
{
border-color: #855903;
}
.TagClassName
{
border-color: #855903;
}
</style>