Shades of Raw Umber #84530D
Tints of Raw Umber #84530D
RGB
CMYK
RGB Variations
Color information
#84530D (or 0x84530D) is known color: Raw Umber. HEX triplet: 84, 53 and 0D. RGB value is (132,83,13). Sum of RGB (Red+Green+Blue) = 132+83+13=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84530D is #7BACF2. Grayscale: #5A5A5A. Windows color (decimal): -8105203 or 873348. OLE color: 873348.
HSL color Cylindrical-coordinate representation of color #84530D: hue angle of 35.29º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84530D is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 13 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.48 |
| HSL | 35.29º | 0.82% | 0.28% | - |
| HSV(B) | 35.29º | 0.9% | 0.52% | - |
| XYZ | 12.68 | 11.12 | 1.86 | - |
| YUV | 89.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 13 | 0 | 0.37 | 0.90 | 0.48 | 35.29 | 0.82 | 0.28 |
| Hex | 84 | 53 | D | 0 | 25 | 5A | 30 | 23 | 52 | 1C |
| Octal | 204 | 123 | 15 | 0 | 45 | 132 | 60 | 43 | 122 | 34 |
| Binary | 10000100 | 1010011 | 1101 | 0 | 100101 | 1011010 | 110000 | 100011 | 1010010 | 11100 |
Color Harmonies of #84530D
Complementary color
Monochromatic Colors of #84530D
Black with #84530D
Text Example
Text Example
White with #84530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84530D; }
p { color: rgb(132,83,13); }
H1.HeaderClassName
{
color: #84530D;
}
.AnyTagClassName
{
color: #84530D;
}
</style>
background-color css
<style>
a { background-color: #84530D; }
a { background-color: rgb(132,83,13); }
div.DivClassName
{
background-color: #84530D;
}
.BgClassName
{
background-color: #84530D;
}
</style>
border-color css
<style>
span { border-color: #84530D; }
span { border-color: rgb(132,83,13); }
td.TdClassName
{
border-color: #84530D;
}
.TagClassName
{
border-color: #84530D;
}
</style>