Shades of Burnt Umber #82351F
Tints of Burnt Umber #82351F
RGB
CMYK
RGB Variations
Color information
#82351F (or 0x82351F) is known color: Burnt Umber. HEX triplet: 82, 35 and 1F. RGB value is (130,53,31). Sum of RGB (Red+Green+Blue) = 130+53+31=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #82351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82351F is #7DCAE0. Grayscale: #494949. Windows color (decimal): -8243937 or 2045314. OLE color: 2045314.
HSL color Cylindrical-coordinate representation of color #82351F: hue angle of 13.33º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82351F is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 31 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.49 |
| HSL | 13.33º | 0.61% | 0.32% | - |
| HSV(B) | 13.33º | 0.76% | 0.51% | - |
| XYZ | 10.73 | 7.39 | 2.16 | - |
| YUV | 73.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 31 | 0 | 0.59 | 0.76 | 0.49 | 13.33 | 0.61 | 0.32 |
| Hex | 82 | 35 | 1F | 0 | 3B | 4C | 31 | D | 3D | 20 |
| Octal | 202 | 65 | 37 | 0 | 73 | 114 | 61 | 15 | 75 | 40 |
| Binary | 10000010 | 110101 | 11111 | 0 | 111011 | 1001100 | 110001 | 1101 | 111101 | 100000 |
Color Harmonies of #82351F
Complementary color
Monochromatic Colors of #82351F
Black with #82351F
Text Example
Text Example
White with #82351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82351F; }
p { color: rgb(130,53,31); }
H1.HeaderClassName
{
color: #82351F;
}
.AnyTagClassName
{
color: #82351F;
}
</style>
background-color css
<style>
a { background-color: #82351F; }
a { background-color: rgb(130,53,31); }
div.DivClassName
{
background-color: #82351F;
}
.BgClassName
{
background-color: #82351F;
}
</style>
border-color css
<style>
span { border-color: #82351F; }
span { border-color: rgb(130,53,31); }
td.TdClassName
{
border-color: #82351F;
}
.TagClassName
{
border-color: #82351F;
}
</style>