Shades of Raw Umber #84590C
Tints of Raw Umber #84590C
RGB
CMYK
RGB Variations
Color information
#84590C (or 0x84590C) is known color: Raw Umber. HEX triplet: 84, 59 and 0C. RGB value is (132,89,12). Sum of RGB (Red+Green+Blue) = 132+89+12=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84590C is #7BA6F3. Grayscale: #5D5D5D. Windows color (decimal): -8103668 or 809348. OLE color: 809348.
HSL color Cylindrical-coordinate representation of color #84590C: hue angle of 38.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 #84590C is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 12 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.48 |
| HSL | 38.5º | 0.83% | 0.28% | - |
| HSV(B) | 38.5º | 0.91% | 0.52% | - |
| XYZ | 13.15 | 12.08 | 1.99 | - |
| YUV | 93.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 12 | 0 | 0.33 | 0.91 | 0.48 | 38.5 | 0.83 | 0.28 |
| Hex | 84 | 59 | C | 0 | 21 | 5B | 30 | 26 | 53 | 1C |
| Octal | 204 | 131 | 14 | 0 | 41 | 133 | 60 | 46 | 123 | 34 |
| Binary | 10000100 | 1011001 | 1100 | 0 | 100001 | 1011011 | 110000 | 100110 | 1010011 | 11100 |
Color Harmonies of #84590C
Complementary color
Monochromatic Colors of #84590C
Black with #84590C
Text Example
Text Example
White with #84590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84590C; }
p { color: rgb(132,89,12); }
H1.HeaderClassName
{
color: #84590C;
}
.AnyTagClassName
{
color: #84590C;
}
</style>
background-color css
<style>
a { background-color: #84590C; }
a { background-color: rgb(132,89,12); }
div.DivClassName
{
background-color: #84590C;
}
.BgClassName
{
background-color: #84590C;
}
</style>
border-color css
<style>
span { border-color: #84590C; }
span { border-color: rgb(132,89,12); }
td.TdClassName
{
border-color: #84590C;
}
.TagClassName
{
border-color: #84590C;
}
</style>