Shades of Burnt Umber #83300F
Tints of Burnt Umber #83300F
RGB
CMYK
RGB Variations
Color information
#83300F (or 0x83300F) is known color: Burnt Umber. HEX triplet: 83, 30 and 0F. RGB value is (131,48,15). Sum of RGB (Red+Green+Blue) = 131+48+15=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #83300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83300F is #7CCFF0. Grayscale: #454545. Windows color (decimal): -8179697 or 995459. OLE color: 995459.
HSL color Cylindrical-coordinate representation of color #83300F: hue angle of 17.07º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83300F is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 15 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.49 |
| HSL | 17.07º | 0.79% | 0.29% | - |
| HSV(B) | 17.07º | 0.89% | 0.51% | - |
| XYZ | 10.5 | 6.97 | 1.24 | - |
| YUV | 69.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 15 | 0 | 0.63 | 0.89 | 0.49 | 17.07 | 0.79 | 0.29 |
| Hex | 83 | 30 | F | 0 | 3F | 59 | 31 | 11 | 4F | 1D |
| Octal | 203 | 60 | 17 | 0 | 77 | 131 | 61 | 21 | 117 | 35 |
| Binary | 10000011 | 110000 | 1111 | 0 | 111111 | 1011001 | 110001 | 10001 | 1001111 | 11101 |
Color Harmonies of #83300F
Complementary color
Monochromatic Colors of #83300F
Black with #83300F
Text Example
Text Example
White with #83300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83300F; }
p { color: rgb(131,48,15); }
H1.HeaderClassName
{
color: #83300F;
}
.AnyTagClassName
{
color: #83300F;
}
</style>
background-color css
<style>
a { background-color: #83300F; }
a { background-color: rgb(131,48,15); }
div.DivClassName
{
background-color: #83300F;
}
.BgClassName
{
background-color: #83300F;
}
</style>
border-color css
<style>
span { border-color: #83300F; }
span { border-color: rgb(131,48,15); }
td.TdClassName
{
border-color: #83300F;
}
.TagClassName
{
border-color: #83300F;
}
</style>