Shades of Burnt Umber #83301C
Tints of Burnt Umber #83301C
RGB
CMYK
RGB Variations
Color information
#83301C (or 0x83301C) is known color: Burnt Umber. HEX triplet: 83, 30 and 1C. RGB value is (131,48,28). Sum of RGB (Red+Green+Blue) = 131+48+28=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #83301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83301C is #7CCFE3. Grayscale: #464646. Windows color (decimal): -8179684 or 1847427. OLE color: 1847427.
HSL color Cylindrical-coordinate representation of color #83301C: hue angle of 11.65º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83301C is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 28 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.49 |
| HSL | 11.65º | 0.65% | 0.31% | - |
| HSV(B) | 11.65º | 0.79% | 0.51% | - |
| XYZ | 10.63 | 7.02 | 1.89 | - |
| YUV | 70.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 28 | 0 | 0.63 | 0.79 | 0.49 | 11.65 | 0.65 | 0.31 |
| Hex | 83 | 30 | 1C | 0 | 3F | 4F | 31 | C | 41 | 1F |
| Octal | 203 | 60 | 34 | 0 | 77 | 117 | 61 | 14 | 101 | 37 |
| Binary | 10000011 | 110000 | 11100 | 0 | 111111 | 1001111 | 110001 | 1100 | 1000001 | 11111 |
Color Harmonies of #83301C
Complementary color
Monochromatic Colors of #83301C
Black with #83301C
Text Example
Text Example
White with #83301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83301C; }
p { color: rgb(131,48,28); }
H1.HeaderClassName
{
color: #83301C;
}
.AnyTagClassName
{
color: #83301C;
}
</style>
background-color css
<style>
a { background-color: #83301C; }
a { background-color: rgb(131,48,28); }
div.DivClassName
{
background-color: #83301C;
}
.BgClassName
{
background-color: #83301C;
}
</style>
border-color css
<style>
span { border-color: #83301C; }
span { border-color: rgb(131,48,28); }
td.TdClassName
{
border-color: #83301C;
}
.TagClassName
{
border-color: #83301C;
}
</style>