Shades of Burnt Umber #83281F
Tints of Burnt Umber #83281F
RGB
CMYK
RGB Variations
Color information
#83281F (or 0x83281F) is known color: Burnt Umber. HEX triplet: 83, 28 and 1F. RGB value is (131,40,31). Sum of RGB (Red+Green+Blue) = 131+40+31=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #83281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83281F is #7CD7E0. Grayscale: #424242. Windows color (decimal): -8181729 or 2041987. OLE color: 2041987.
HSL color Cylindrical-coordinate representation of color #83281F: hue angle of 5.4º degrees, saturation: 0.62, 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 #83281F is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 31 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.49 |
| HSL | 5.4º | 0.62% | 0.32% | - |
| HSV(B) | 5.4º | 0.76% | 0.51% | - |
| XYZ | 10.37 | 6.44 | 1.99 | - |
| YUV | 66.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 31 | 0 | 0.69 | 0.76 | 0.49 | 5.4 | 0.62 | 0.32 |
| Hex | 83 | 28 | 1F | 0 | 45 | 4C | 31 | 5 | 3E | 20 |
| Octal | 203 | 50 | 37 | 0 | 105 | 114 | 61 | 5 | 76 | 40 |
| Binary | 10000011 | 101000 | 11111 | 0 | 1000101 | 1001100 | 110001 | 101 | 111110 | 100000 |
Color Harmonies of #83281F
Complementary color
Monochromatic Colors of #83281F
Black with #83281F
Text Example
Text Example
White with #83281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83281F; }
p { color: rgb(131,40,31); }
H1.HeaderClassName
{
color: #83281F;
}
.AnyTagClassName
{
color: #83281F;
}
</style>
background-color css
<style>
a { background-color: #83281F; }
a { background-color: rgb(131,40,31); }
div.DivClassName
{
background-color: #83281F;
}
.BgClassName
{
background-color: #83281F;
}
</style>
border-color css
<style>
span { border-color: #83281F; }
span { border-color: rgb(131,40,31); }
td.TdClassName
{
border-color: #83281F;
}
.TagClassName
{
border-color: #83281F;
}
</style>