Shades of Raw Umber #865403
Tints of Raw Umber #865403
RGB
CMYK
RGB Variations
Color information
#865403 (or 0x865403) is known color: Raw Umber. HEX triplet: 86, 54 and 03. RGB value is (134,84,3). Sum of RGB (Red+Green+Blue) = 134+84+3=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #865403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865403 is #79ABFC. Grayscale: #5A5A5A. Windows color (decimal): -7973885 or 218246. OLE color: 218246.
HSL color Cylindrical-coordinate representation of color #865403: hue angle of 37.1º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #865403 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 84 | 3 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.47 |
| HSL | 37.1º | 0.96% | 0.27% | - |
| HSV(B) | 37.1º | 0.98% | 0.53% | - |
| XYZ | 13.02 | 11.42 | 1.6 | - |
| YUV | 89.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 3 | 0 | 0.37 | 0.98 | 0.47 | 37.1 | 0.96 | 0.27 |
| Hex | 86 | 54 | 3 | 0 | 25 | 62 | 2F | 25 | 60 | 1B |
| Octal | 206 | 124 | 3 | 0 | 45 | 142 | 57 | 45 | 140 | 33 |
| Binary | 10000110 | 1010100 | 11 | 0 | 100101 | 1100010 | 101111 | 100101 | 1100000 | 11011 |
Color Harmonies of #865403
Complementary color
Monochromatic Colors of #865403
Black with #865403
Text Example
Text Example
White with #865403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865403; }
p { color: rgb(134,84,3); }
H1.HeaderClassName
{
color: #865403;
}
.AnyTagClassName
{
color: #865403;
}
</style>
background-color css
<style>
a { background-color: #865403; }
a { background-color: rgb(134,84,3); }
div.DivClassName
{
background-color: #865403;
}
.BgClassName
{
background-color: #865403;
}
</style>
border-color css
<style>
span { border-color: #865403; }
span { border-color: rgb(134,84,3); }
td.TdClassName
{
border-color: #865403;
}
.TagClassName
{
border-color: #865403;
}
</style>