Shades of Raw Umber #845200
Tints of Raw Umber #845200
RGB
CMYK
RGB Variations
Color information
#845200 (or 0x845200) is known color: Raw Umber. HEX triplet: 84, 52 and 00. RGB value is (132,82,0). Sum of RGB (Red+Green+Blue) = 132+82+0=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #845200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845200 is #7BADFF. Grayscale: #575757. Windows color (decimal): -8105472 or 21124. OLE color: 21124.
HSL color Cylindrical-coordinate representation of color #845200: hue angle of 37.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #845200 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.48 |
| HSL | 37.27º | 1% | 0.26% | - |
| HSV(B) | 37.27º | 1% | 0.52% | - |
| XYZ | 12.53 | 10.94 | 1.45 | - |
| YUV | 87.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 0 | 0 | 0.38 | 1 | 0.48 | 37.27 | 1 | 0.26 |
| Hex | 84 | 52 | 0 | 0 | 26 | 64 | 30 | 25 | 64 | 1A |
| Octal | 204 | 122 | 0 | 0 | 46 | 144 | 60 | 45 | 144 | 32 |
| Binary | 10000100 | 1010010 | 0 | 0 | 100110 | 1100100 | 110000 | 100101 | 1100100 | 11010 |
Color Harmonies of #845200
Complementary color
Monochromatic Colors of #845200
Black with #845200
Text Example
Text Example
White with #845200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845200; }
p { color: rgb(132,82,0); }
H1.HeaderClassName
{
color: #845200;
}
.AnyTagClassName
{
color: #845200;
}
</style>
background-color css
<style>
a { background-color: #845200; }
a { background-color: rgb(132,82,0); }
div.DivClassName
{
background-color: #845200;
}
.BgClassName
{
background-color: #845200;
}
</style>
border-color css
<style>
span { border-color: #845200; }
span { border-color: rgb(132,82,0); }
td.TdClassName
{
border-color: #845200;
}
.TagClassName
{
border-color: #845200;
}
</style>