Shades of Raw Umber #84520F
Tints of Raw Umber #84520F
RGB
CMYK
RGB Variations
Color information
#84520F (or 0x84520F) is known color: Raw Umber. HEX triplet: 84, 52 and 0F. RGB value is (132,82,15). Sum of RGB (Red+Green+Blue) = 132+82+15=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84520F is #7BADF0. Grayscale: #595959. Windows color (decimal): -8105457 or 1004164. OLE color: 1004164.
HSL color Cylindrical-coordinate representation of color #84520F: hue angle of 34.36º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84520F is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 15 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.48 |
| HSL | 34.36º | 0.8% | 0.29% | - |
| HSV(B) | 34.36º | 0.89% | 0.52% | - |
| XYZ | 12.62 | 10.97 | 1.91 | - |
| YUV | 89.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 15 | 0 | 0.38 | 0.89 | 0.48 | 34.36 | 0.8 | 0.29 |
| Hex | 84 | 52 | F | 0 | 26 | 59 | 30 | 22 | 50 | 1D |
| Octal | 204 | 122 | 17 | 0 | 46 | 131 | 60 | 42 | 120 | 35 |
| Binary | 10000100 | 1010010 | 1111 | 0 | 100110 | 1011001 | 110000 | 100010 | 1010000 | 11101 |
Color Harmonies of #84520F
Complementary color
Monochromatic Colors of #84520F
Black with #84520F
Text Example
Text Example
White with #84520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84520F; }
p { color: rgb(132,82,15); }
H1.HeaderClassName
{
color: #84520F;
}
.AnyTagClassName
{
color: #84520F;
}
</style>
background-color css
<style>
a { background-color: #84520F; }
a { background-color: rgb(132,82,15); }
div.DivClassName
{
background-color: #84520F;
}
.BgClassName
{
background-color: #84520F;
}
</style>
border-color css
<style>
span { border-color: #84520F; }
span { border-color: rgb(132,82,15); }
td.TdClassName
{
border-color: #84520F;
}
.TagClassName
{
border-color: #84520F;
}
</style>