Shades of Raw Umber #84510C
Tints of Raw Umber #84510C
RGB
CMYK
RGB Variations
Color information
#84510C (or 0x84510C) is known color: Raw Umber. HEX triplet: 84, 51 and 0C. RGB value is (132,81,12). Sum of RGB (Red+Green+Blue) = 132+81+12=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #84510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84510C is #7BAEF3. Grayscale: #585858. Windows color (decimal): -8105716 or 807300. OLE color: 807300.
HSL color Cylindrical-coordinate representation of color #84510C: hue angle of 34.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84510C is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 12 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.48 |
| HSL | 34.5º | 0.83% | 0.28% | - |
| HSV(B) | 34.5º | 0.91% | 0.52% | - |
| XYZ | 12.52 | 10.82 | 1.78 | - |
| YUV | 88.38 | 84.9 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 12 | 0 | 0.39 | 0.91 | 0.48 | 34.5 | 0.83 | 0.28 |
| Hex | 84 | 51 | C | 0 | 27 | 5B | 30 | 22 | 53 | 1C |
| Octal | 204 | 121 | 14 | 0 | 47 | 133 | 60 | 42 | 123 | 34 |
| Binary | 10000100 | 1010001 | 1100 | 0 | 100111 | 1011011 | 110000 | 100010 | 1010011 | 11100 |
Color Harmonies of #84510C
Complementary color
Monochromatic Colors of #84510C
Black with #84510C
Text Example
Text Example
White with #84510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84510C; }
p { color: rgb(132,81,12); }
H1.HeaderClassName
{
color: #84510C;
}
.AnyTagClassName
{
color: #84510C;
}
</style>
background-color css
<style>
a { background-color: #84510C; }
a { background-color: rgb(132,81,12); }
div.DivClassName
{
background-color: #84510C;
}
.BgClassName
{
background-color: #84510C;
}
</style>
border-color css
<style>
span { border-color: #84510C; }
span { border-color: rgb(132,81,12); }
td.TdClassName
{
border-color: #84510C;
}
.TagClassName
{
border-color: #84510C;
}
</style>