Shades of Raw Umber #84530B
Tints of Raw Umber #84530B
RGB
CMYK
RGB Variations
Color information
#84530B (or 0x84530B) is known color: Raw Umber. HEX triplet: 84, 53 and 0B. RGB value is (132,83,11). Sum of RGB (Red+Green+Blue) = 132+83+11=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84530B is #7BACF4. Grayscale: #595959. Windows color (decimal): -8105205 or 742276. OLE color: 742276.
HSL color Cylindrical-coordinate representation of color #84530B: hue angle of 35.7º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84530B is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 11 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.48 |
| HSL | 35.7º | 0.85% | 0.28% | - |
| HSV(B) | 35.7º | 0.92% | 0.52% | - |
| XYZ | 12.67 | 11.12 | 1.79 | - |
| YUV | 89.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 11 | 0 | 0.37 | 0.92 | 0.48 | 35.7 | 0.85 | 0.28 |
| Hex | 84 | 53 | B | 0 | 25 | 5C | 30 | 24 | 55 | 1C |
| Octal | 204 | 123 | 13 | 0 | 45 | 134 | 60 | 44 | 125 | 34 |
| Binary | 10000100 | 1010011 | 1011 | 0 | 100101 | 1011100 | 110000 | 100100 | 1010101 | 11100 |
Color Harmonies of #84530B
Complementary color
Monochromatic Colors of #84530B
Black with #84530B
Text Example
Text Example
White with #84530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84530B; }
p { color: rgb(132,83,11); }
H1.HeaderClassName
{
color: #84530B;
}
.AnyTagClassName
{
color: #84530B;
}
</style>
background-color css
<style>
a { background-color: #84530B; }
a { background-color: rgb(132,83,11); }
div.DivClassName
{
background-color: #84530B;
}
.BgClassName
{
background-color: #84530B;
}
</style>
border-color css
<style>
span { border-color: #84530B; }
span { border-color: rgb(132,83,11); }
td.TdClassName
{
border-color: #84530B;
}
.TagClassName
{
border-color: #84530B;
}
</style>