Shades of Raw Umber #855402
Tints of Raw Umber #855402
RGB
CMYK
RGB Variations
Color information
#855402 (or 0x855402) is known color: Raw Umber. HEX triplet: 85, 54 and 02. RGB value is (133,84,2). Sum of RGB (Red+Green+Blue) = 133+84+2=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #855402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855402 is #7AABFD. Grayscale: #595959. Windows color (decimal): -8039422 or 152709. OLE color: 152709.
HSL color Cylindrical-coordinate representation of color #855402: hue angle of 37.56º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #855402 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 2 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.48 |
| HSL | 37.56º | 0.97% | 0.26% | - |
| HSV(B) | 37.56º | 0.98% | 0.52% | - |
| XYZ | 12.85 | 11.33 | 1.57 | - |
| YUV | 89.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 2 | 0 | 0.37 | 0.98 | 0.48 | 37.56 | 0.97 | 0.26 |
| Hex | 85 | 54 | 2 | 0 | 25 | 62 | 30 | 26 | 61 | 1A |
| Octal | 205 | 124 | 2 | 0 | 45 | 142 | 60 | 46 | 141 | 32 |
| Binary | 10000101 | 1010100 | 10 | 0 | 100101 | 1100010 | 110000 | 100110 | 1100001 | 11010 |
Color Harmonies of #855402
Complementary color
Monochromatic Colors of #855402
Black with #855402
Text Example
Text Example
White with #855402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855402; }
p { color: rgb(133,84,2); }
H1.HeaderClassName
{
color: #855402;
}
.AnyTagClassName
{
color: #855402;
}
</style>
background-color css
<style>
a { background-color: #855402; }
a { background-color: rgb(133,84,2); }
div.DivClassName
{
background-color: #855402;
}
.BgClassName
{
background-color: #855402;
}
</style>
border-color css
<style>
span { border-color: #855402; }
span { border-color: rgb(133,84,2); }
td.TdClassName
{
border-color: #855402;
}
.TagClassName
{
border-color: #855402;
}
</style>