Shades of Raw Umber #865301
Tints of Raw Umber #865301
RGB
CMYK
RGB Variations
Color information
#865301 (or 0x865301) is known color: Raw Umber. HEX triplet: 86, 53 and 01. RGB value is (134,83,1). Sum of RGB (Red+Green+Blue) = 134+83+1=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #865301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865301 is #79ACFE. Grayscale: #595959. Windows color (decimal): -7974143 or 86918. OLE color: 86918.
HSL color Cylindrical-coordinate representation of color #865301: hue angle of 36.99º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #865301 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.47 |
| HSL | 36.99º | 0.99% | 0.26% | - |
| HSV(B) | 36.99º | 0.99% | 0.53% | - |
| XYZ | 12.93 | 11.26 | 1.52 | - |
| YUV | 88.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 1 | 0 | 0.38 | 0.99 | 0.47 | 36.99 | 0.99 | 0.26 |
| Hex | 86 | 53 | 1 | 0 | 26 | 63 | 2F | 25 | 63 | 1A |
| Octal | 206 | 123 | 1 | 0 | 46 | 143 | 57 | 45 | 143 | 32 |
| Binary | 10000110 | 1010011 | 1 | 0 | 100110 | 1100011 | 101111 | 100101 | 1100011 | 11010 |
Color Harmonies of #865301
Complementary color
Monochromatic Colors of #865301
Black with #865301
Text Example
Text Example
White with #865301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865301; }
p { color: rgb(134,83,1); }
H1.HeaderClassName
{
color: #865301;
}
.AnyTagClassName
{
color: #865301;
}
</style>
background-color css
<style>
a { background-color: #865301; }
a { background-color: rgb(134,83,1); }
div.DivClassName
{
background-color: #865301;
}
.BgClassName
{
background-color: #865301;
}
</style>
border-color css
<style>
span { border-color: #865301; }
span { border-color: rgb(134,83,1); }
td.TdClassName
{
border-color: #865301;
}
.TagClassName
{
border-color: #865301;
}
</style>