Shades of Raw Umber #865200
Tints of Raw Umber #865200
RGB
CMYK
RGB Variations
Color information
#865200 (or 0x865200) is known color: Raw Umber. HEX triplet: 86, 52 and 00. RGB value is (134,82,0). Sum of RGB (Red+Green+Blue) = 134+82+0=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #865200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865200 is #79ADFF. Grayscale: #585858. Windows color (decimal): -7974400 or 21126. OLE color: 21126.
HSL color Cylindrical-coordinate representation of color #865200: hue angle of 36.72º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #865200 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.47 |
| HSL | 36.72º | 1% | 0.26% | - |
| HSV(B) | 36.72º | 1% | 0.53% | - |
| XYZ | 12.85 | 11.1 | 1.47 | - |
| YUV | 88.2 | 78.23 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 0 | 0 | 0.39 | 1 | 0.47 | 36.72 | 1 | 0.26 |
| Hex | 86 | 52 | 0 | 0 | 27 | 64 | 2F | 25 | 64 | 1A |
| Octal | 206 | 122 | 0 | 0 | 47 | 144 | 57 | 45 | 144 | 32 |
| Binary | 10000110 | 1010010 | 0 | 0 | 100111 | 1100100 | 101111 | 100101 | 1100100 | 11010 |
Color Harmonies of #865200
Complementary color
Monochromatic Colors of #865200
Black with #865200
Text Example
Text Example
White with #865200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865200; }
p { color: rgb(134,82,0); }
H1.HeaderClassName
{
color: #865200;
}
.AnyTagClassName
{
color: #865200;
}
</style>
background-color css
<style>
a { background-color: #865200; }
a { background-color: rgb(134,82,0); }
div.DivClassName
{
background-color: #865200;
}
.BgClassName
{
background-color: #865200;
}
</style>
border-color css
<style>
span { border-color: #865200; }
span { border-color: rgb(134,82,0); }
td.TdClassName
{
border-color: #865200;
}
.TagClassName
{
border-color: #865200;
}
</style>