Shades of Burnt Umber #83280C
Tints of Burnt Umber #83280C
RGB
CMYK
RGB Variations
Color information
#83280C (or 0x83280C) is known color: Burnt Umber. HEX triplet: 83, 28 and 0C. RGB value is (131,40,12). Sum of RGB (Red+Green+Blue) = 131+40+12=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83280C is #7CD7F3. Grayscale: #404040. Windows color (decimal): -8181748 or 796803. OLE color: 796803.
HSL color Cylindrical-coordinate representation of color #83280C: hue angle of 14.12º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83280C is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 12 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.49 |
| HSL | 14.12º | 0.83% | 0.28% | - |
| HSV(B) | 14.12º | 0.91% | 0.51% | - |
| XYZ | 10.19 | 6.37 | 1.04 | - |
| YUV | 64.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 12 | 0 | 0.69 | 0.91 | 0.49 | 14.12 | 0.83 | 0.28 |
| Hex | 83 | 28 | C | 0 | 45 | 5B | 31 | E | 53 | 1C |
| Octal | 203 | 50 | 14 | 0 | 105 | 133 | 61 | 16 | 123 | 34 |
| Binary | 10000011 | 101000 | 1100 | 0 | 1000101 | 1011011 | 110001 | 1110 | 1010011 | 11100 |
Color Harmonies of #83280C
Complementary color
Monochromatic Colors of #83280C
Black with #83280C
Text Example
Text Example
White with #83280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83280C; }
p { color: rgb(131,40,12); }
H1.HeaderClassName
{
color: #83280C;
}
.AnyTagClassName
{
color: #83280C;
}
</style>
background-color css
<style>
a { background-color: #83280C; }
a { background-color: rgb(131,40,12); }
div.DivClassName
{
background-color: #83280C;
}
.BgClassName
{
background-color: #83280C;
}
</style>
border-color css
<style>
span { border-color: #83280C; }
span { border-color: rgb(131,40,12); }
td.TdClassName
{
border-color: #83280C;
}
.TagClassName
{
border-color: #83280C;
}
</style>