Shades of Raw Umber #855003
Tints of Raw Umber #855003
RGB
CMYK
RGB Variations
Color information
#855003 (or 0x855003) is known color: Raw Umber. HEX triplet: 85, 50 and 03. RGB value is (133,80,3). Sum of RGB (Red+Green+Blue) = 133+80+3=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #855003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855003 is #7AAFFC. Grayscale: #575757. Windows color (decimal): -8040445 or 217221. OLE color: 217221.
HSL color Cylindrical-coordinate representation of color #855003: hue angle of 35.54º 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 #855003 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.48 |
| HSL | 35.54º | 0.96% | 0.27% | - |
| HSV(B) | 35.54º | 0.98% | 0.52% | - |
| XYZ | 12.56 | 10.73 | 1.5 | - |
| YUV | 87.07 | 80.56 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 3 | 0 | 0.40 | 0.98 | 0.48 | 35.54 | 0.96 | 0.27 |
| Hex | 85 | 50 | 3 | 0 | 28 | 62 | 30 | 24 | 60 | 1B |
| Octal | 205 | 120 | 3 | 0 | 50 | 142 | 60 | 44 | 140 | 33 |
| Binary | 10000101 | 1010000 | 11 | 0 | 101000 | 1100010 | 110000 | 100100 | 1100000 | 11011 |
Color Harmonies of #855003
Complementary color
Monochromatic Colors of #855003
Black with #855003
Text Example
Text Example
White with #855003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855003; }
p { color: rgb(133,80,3); }
H1.HeaderClassName
{
color: #855003;
}
.AnyTagClassName
{
color: #855003;
}
</style>
background-color css
<style>
a { background-color: #855003; }
a { background-color: rgb(133,80,3); }
div.DivClassName
{
background-color: #855003;
}
.BgClassName
{
background-color: #855003;
}
</style>
border-color css
<style>
span { border-color: #855003; }
span { border-color: rgb(133,80,3); }
td.TdClassName
{
border-color: #855003;
}
.TagClassName
{
border-color: #855003;
}
</style>