Shades of Burnt Umber #83361F
Tints of Burnt Umber #83361F
RGB
CMYK
RGB Variations
Color information
#83361F (or 0x83361F) is known color: Burnt Umber. HEX triplet: 83, 36 and 1F. RGB value is (131,54,31). Sum of RGB (Red+Green+Blue) = 131+54+31=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #83361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83361F is #7CC9E0. Grayscale: #4A4A4A. Windows color (decimal): -8178145 or 2045571. OLE color: 2045571.
HSL color Cylindrical-coordinate representation of color #83361F: hue angle of 13.8º 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 #83361F is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 31 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.49 |
| HSL | 13.8º | 0.62% | 0.32% | - |
| HSV(B) | 13.8º | 0.76% | 0.51% | - |
| XYZ | 10.93 | 7.56 | 2.18 | - |
| YUV | 74.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 31 | 0 | 0.59 | 0.76 | 0.49 | 13.8 | 0.62 | 0.32 |
| Hex | 83 | 36 | 1F | 0 | 3B | 4C | 31 | E | 3E | 20 |
| Octal | 203 | 66 | 37 | 0 | 73 | 114 | 61 | 16 | 76 | 40 |
| Binary | 10000011 | 110110 | 11111 | 0 | 111011 | 1001100 | 110001 | 1110 | 111110 | 100000 |
Color Harmonies of #83361F
Complementary color
Monochromatic Colors of #83361F
Black with #83361F
Text Example
Text Example
White with #83361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83361F; }
p { color: rgb(131,54,31); }
H1.HeaderClassName
{
color: #83361F;
}
.AnyTagClassName
{
color: #83361F;
}
</style>
background-color css
<style>
a { background-color: #83361F; }
a { background-color: rgb(131,54,31); }
div.DivClassName
{
background-color: #83361F;
}
.BgClassName
{
background-color: #83361F;
}
</style>
border-color css
<style>
span { border-color: #83361F; }
span { border-color: rgb(131,54,31); }
td.TdClassName
{
border-color: #83361F;
}
.TagClassName
{
border-color: #83361F;
}
</style>