Shades of Burnt Umber #83301F
Tints of Burnt Umber #83301F
RGB
CMYK
RGB Variations
Color information
#83301F (or 0x83301F) is known color: Burnt Umber. HEX triplet: 83, 30 and 1F. RGB value is (131,48,31). Sum of RGB (Red+Green+Blue) = 131+48+31=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83301F is #7CCFE0. Grayscale: #474747. Windows color (decimal): -8179681 or 2044035. OLE color: 2044035.
HSL color Cylindrical-coordinate representation of color #83301F: hue angle of 10.2º 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 #83301F is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 31 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.49 |
| HSL | 10.2º | 0.62% | 0.32% | - |
| HSV(B) | 10.2º | 0.76% | 0.51% | - |
| XYZ | 10.66 | 7.04 | 2.09 | - |
| YUV | 70.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 31 | 0 | 0.63 | 0.76 | 0.49 | 10.2 | 0.62 | 0.32 |
| Hex | 83 | 30 | 1F | 0 | 3F | 4C | 31 | A | 3E | 20 |
| Octal | 203 | 60 | 37 | 0 | 77 | 114 | 61 | 12 | 76 | 40 |
| Binary | 10000011 | 110000 | 11111 | 0 | 111111 | 1001100 | 110001 | 1010 | 111110 | 100000 |
Color Harmonies of #83301F
Complementary color
Monochromatic Colors of #83301F
Black with #83301F
Text Example
Text Example
White with #83301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83301F; }
p { color: rgb(131,48,31); }
H1.HeaderClassName
{
color: #83301F;
}
.AnyTagClassName
{
color: #83301F;
}
</style>
background-color css
<style>
a { background-color: #83301F; }
a { background-color: rgb(131,48,31); }
div.DivClassName
{
background-color: #83301F;
}
.BgClassName
{
background-color: #83301F;
}
</style>
border-color css
<style>
span { border-color: #83301F; }
span { border-color: rgb(131,48,31); }
td.TdClassName
{
border-color: #83301F;
}
.TagClassName
{
border-color: #83301F;
}
</style>