Shades of Raw Umber #855403
Tints of Raw Umber #855403
RGB
CMYK
RGB Variations
Color information
#855403 (or 0x855403) is known color: Raw Umber. HEX triplet: 85, 54 and 03. RGB value is (133,84,3). Sum of RGB (Red+Green+Blue) = 133+84+3=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #855403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855403 is #7AABFC. Grayscale: #595959. Windows color (decimal): -8039421 or 218245. OLE color: 218245.
HSL color Cylindrical-coordinate representation of color #855403: hue angle of 37.38º 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 #855403 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 3 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.48 |
| HSL | 37.38º | 0.96% | 0.27% | - |
| HSV(B) | 37.38º | 0.98% | 0.52% | - |
| XYZ | 12.86 | 11.33 | 1.6 | - |
| YUV | 89.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 3 | 0 | 0.37 | 0.98 | 0.48 | 37.38 | 0.96 | 0.27 |
| Hex | 85 | 54 | 3 | 0 | 25 | 62 | 30 | 25 | 60 | 1B |
| Octal | 205 | 124 | 3 | 0 | 45 | 142 | 60 | 45 | 140 | 33 |
| Binary | 10000101 | 1010100 | 11 | 0 | 100101 | 1100010 | 110000 | 100101 | 1100000 | 11011 |
Color Harmonies of #855403
Complementary color
Monochromatic Colors of #855403
Black with #855403
Text Example
Text Example
White with #855403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855403; }
p { color: rgb(133,84,3); }
H1.HeaderClassName
{
color: #855403;
}
.AnyTagClassName
{
color: #855403;
}
</style>
background-color css
<style>
a { background-color: #855403; }
a { background-color: rgb(133,84,3); }
div.DivClassName
{
background-color: #855403;
}
.BgClassName
{
background-color: #855403;
}
</style>
border-color css
<style>
span { border-color: #855403; }
span { border-color: rgb(133,84,3); }
td.TdClassName
{
border-color: #855403;
}
.TagClassName
{
border-color: #855403;
}
</style>