Shades of Raw Umber #86580D
Tints of Raw Umber #86580D
RGB
CMYK
RGB Variations
Color information
#86580D (or 0x86580D) is known color: Raw Umber. HEX triplet: 86, 58 and 0D. RGB value is (134,88,13). Sum of RGB (Red+Green+Blue) = 134+88+13=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86580D is #79A7F2. Grayscale: #5D5D5D. Windows color (decimal): -7972851 or 874630. OLE color: 874630.
HSL color Cylindrical-coordinate representation of color #86580D: hue angle of 37.19º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86580D is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 13 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.47 |
| HSL | 37.19º | 0.82% | 0.29% | - |
| HSV(B) | 37.19º | 0.9% | 0.53% | - |
| XYZ | 13.39 | 12.08 | 2.01 | - |
| YUV | 93.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 13 | 0 | 0.34 | 0.90 | 0.47 | 37.19 | 0.82 | 0.29 |
| Hex | 86 | 58 | D | 0 | 22 | 5A | 2F | 25 | 52 | 1D |
| Octal | 206 | 130 | 15 | 0 | 42 | 132 | 57 | 45 | 122 | 35 |
| Binary | 10000110 | 1011000 | 1101 | 0 | 100010 | 1011010 | 101111 | 100101 | 1010010 | 11101 |
Color Harmonies of #86580D
Complementary color
Monochromatic Colors of #86580D
Black with #86580D
Text Example
Text Example
White with #86580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86580D; }
p { color: rgb(134,88,13); }
H1.HeaderClassName
{
color: #86580D;
}
.AnyTagClassName
{
color: #86580D;
}
</style>
background-color css
<style>
a { background-color: #86580D; }
a { background-color: rgb(134,88,13); }
div.DivClassName
{
background-color: #86580D;
}
.BgClassName
{
background-color: #86580D;
}
</style>
border-color css
<style>
span { border-color: #86580D; }
span { border-color: rgb(134,88,13); }
td.TdClassName
{
border-color: #86580D;
}
.TagClassName
{
border-color: #86580D;
}
</style>