Shades of Raw Umber #855202
Tints of Raw Umber #855202
RGB
CMYK
RGB Variations
Color information
#855202 (or 0x855202) is known color: Raw Umber. HEX triplet: 85, 52 and 02. RGB value is (133,82,2). Sum of RGB (Red+Green+Blue) = 133+82+2=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #855202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855202 is #7AADFD. Grayscale: #585858. Windows color (decimal): -8039934 or 152197. OLE color: 152197.
HSL color Cylindrical-coordinate representation of color #855202: hue angle of 36.64º 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 #855202 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 2 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.48 |
| HSL | 36.64º | 0.97% | 0.26% | - |
| HSV(B) | 36.64º | 0.98% | 0.52% | - |
| XYZ | 12.7 | 11.03 | 1.52 | - |
| YUV | 88.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 2 | 0 | 0.38 | 0.98 | 0.48 | 36.64 | 0.97 | 0.26 |
| Hex | 85 | 52 | 2 | 0 | 26 | 62 | 30 | 25 | 61 | 1A |
| Octal | 205 | 122 | 2 | 0 | 46 | 142 | 60 | 45 | 141 | 32 |
| Binary | 10000101 | 1010010 | 10 | 0 | 100110 | 1100010 | 110000 | 100101 | 1100001 | 11010 |
Color Harmonies of #855202
Complementary color
Monochromatic Colors of #855202
Black with #855202
Text Example
Text Example
White with #855202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855202; }
p { color: rgb(133,82,2); }
H1.HeaderClassName
{
color: #855202;
}
.AnyTagClassName
{
color: #855202;
}
</style>
background-color css
<style>
a { background-color: #855202; }
a { background-color: rgb(133,82,2); }
div.DivClassName
{
background-color: #855202;
}
.BgClassName
{
background-color: #855202;
}
</style>
border-color css
<style>
span { border-color: #855202; }
span { border-color: rgb(133,82,2); }
td.TdClassName
{
border-color: #855202;
}
.TagClassName
{
border-color: #855202;
}
</style>