Shades of Raw Umber #84580F
Tints of Raw Umber #84580F
RGB
CMYK
RGB Variations
Color information
#84580F (or 0x84580F) is known color: Raw Umber. HEX triplet: 84, 58 and 0F. RGB value is (132,88,15). Sum of RGB (Red+Green+Blue) = 132+88+15=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #84580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84580F is #7BA7F0. Grayscale: #5D5D5D. Windows color (decimal): -8103921 or 1005700. OLE color: 1005700.
HSL color Cylindrical-coordinate representation of color #84580F: hue angle of 37.44º 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 #84580F is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 15 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.48 |
| HSL | 37.44º | 0.8% | 0.29% | - |
| HSV(B) | 37.44º | 0.89% | 0.52% | - |
| XYZ | 13.09 | 11.92 | 2.06 | - |
| YUV | 92.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 15 | 0 | 0.33 | 0.89 | 0.48 | 37.44 | 0.8 | 0.29 |
| Hex | 84 | 58 | F | 0 | 21 | 59 | 30 | 25 | 50 | 1D |
| Octal | 204 | 130 | 17 | 0 | 41 | 131 | 60 | 45 | 120 | 35 |
| Binary | 10000100 | 1011000 | 1111 | 0 | 100001 | 1011001 | 110000 | 100101 | 1010000 | 11101 |
Color Harmonies of #84580F
Complementary color
Monochromatic Colors of #84580F
Black with #84580F
Text Example
Text Example
White with #84580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84580F; }
p { color: rgb(132,88,15); }
H1.HeaderClassName
{
color: #84580F;
}
.AnyTagClassName
{
color: #84580F;
}
</style>
background-color css
<style>
a { background-color: #84580F; }
a { background-color: rgb(132,88,15); }
div.DivClassName
{
background-color: #84580F;
}
.BgClassName
{
background-color: #84580F;
}
</style>
border-color css
<style>
span { border-color: #84580F; }
span { border-color: rgb(132,88,15); }
td.TdClassName
{
border-color: #84580F;
}
.TagClassName
{
border-color: #84580F;
}
</style>