Shades of Raw Umber #86540B
Tints of Raw Umber #86540B
RGB
CMYK
RGB Variations
Color information
#86540B (or 0x86540B) is known color: Raw Umber. HEX triplet: 86, 54 and 0B. RGB value is (134,84,11). Sum of RGB (Red+Green+Blue) = 134+84+11=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86540B is #79ABF4. Grayscale: #5A5A5A. Windows color (decimal): -7973877 or 742534. OLE color: 742534.
HSL color Cylindrical-coordinate representation of color #86540B: hue angle of 35.61º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86540B is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 84 | 11 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.47 |
| HSL | 35.61º | 0.85% | 0.28% | - |
| HSV(B) | 35.61º | 0.92% | 0.53% | - |
| XYZ | 13.06 | 11.43 | 1.83 | - |
| YUV | 90.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 11 | 0 | 0.37 | 0.92 | 0.47 | 35.61 | 0.85 | 0.28 |
| Hex | 86 | 54 | B | 0 | 25 | 5C | 2F | 24 | 55 | 1C |
| Octal | 206 | 124 | 13 | 0 | 45 | 134 | 57 | 44 | 125 | 34 |
| Binary | 10000110 | 1010100 | 1011 | 0 | 100101 | 1011100 | 101111 | 100100 | 1010101 | 11100 |
Color Harmonies of #86540B
Complementary color
Monochromatic Colors of #86540B
Black with #86540B
Text Example
Text Example
White with #86540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86540B; }
p { color: rgb(134,84,11); }
H1.HeaderClassName
{
color: #86540B;
}
.AnyTagClassName
{
color: #86540B;
}
</style>
background-color css
<style>
a { background-color: #86540B; }
a { background-color: rgb(134,84,11); }
div.DivClassName
{
background-color: #86540B;
}
.BgClassName
{
background-color: #86540B;
}
</style>
border-color css
<style>
span { border-color: #86540B; }
span { border-color: rgb(134,84,11); }
td.TdClassName
{
border-color: #86540B;
}
.TagClassName
{
border-color: #86540B;
}
</style>