Shades of Raw Umber #825400
Tints of Raw Umber #825400
RGB
CMYK
RGB Variations
Color information
#825400 (or 0x825400) is known color: Raw Umber. HEX triplet: 82, 54 and 00. RGB value is (130,84,0). Sum of RGB (Red+Green+Blue) = 130+84+0=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #825400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825400 is #7DABFF. Grayscale: #585858. Windows color (decimal): -8236032 or 21634. OLE color: 21634.
HSL color Cylindrical-coordinate representation of color #825400: hue angle of 38.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #825400 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 84 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.49 |
| HSL | 38.77º | 1% | 0.25% | - |
| HSV(B) | 38.77º | 1% | 0.51% | - |
| XYZ | 12.38 | 11.09 | 1.49 | - |
| YUV | 88.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 0 | 0 | 0.35 | 1 | 0.49 | 38.77 | 1 | 0.25 |
| Hex | 82 | 54 | 0 | 0 | 23 | 64 | 31 | 27 | 64 | 19 |
| Octal | 202 | 124 | 0 | 0 | 43 | 144 | 61 | 47 | 144 | 31 |
| Binary | 10000010 | 1010100 | 0 | 0 | 100011 | 1100100 | 110001 | 100111 | 1100100 | 11001 |
Color Harmonies of #825400
Complementary color
Monochromatic Colors of #825400
Black with #825400
Text Example
Text Example
White with #825400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825400; }
p { color: rgb(130,84,0); }
H1.HeaderClassName
{
color: #825400;
}
.AnyTagClassName
{
color: #825400;
}
</style>
background-color css
<style>
a { background-color: #825400; }
a { background-color: rgb(130,84,0); }
div.DivClassName
{
background-color: #825400;
}
.BgClassName
{
background-color: #825400;
}
</style>
border-color css
<style>
span { border-color: #825400; }
span { border-color: rgb(130,84,0); }
td.TdClassName
{
border-color: #825400;
}
.TagClassName
{
border-color: #825400;
}
</style>