Shades of Burnt Umber #82300F
Tints of Burnt Umber #82300F
RGB
CMYK
RGB Variations
Color information
#82300F (or 0x82300F) is known color: Burnt Umber. HEX triplet: 82, 30 and 0F. RGB value is (130,48,15). Sum of RGB (Red+Green+Blue) = 130+48+15=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82300F is #7DCFF0. Grayscale: #444444. Windows color (decimal): -8245233 or 995458. OLE color: 995458.
HSL color Cylindrical-coordinate representation of color #82300F: hue angle of 17.22º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82300F is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 15 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.49 |
| HSL | 17.22º | 0.79% | 0.28% | - |
| HSV(B) | 17.22º | 0.88% | 0.51% | - |
| XYZ | 10.35 | 6.89 | 1.24 | - |
| YUV | 68.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 15 | 0 | 0.63 | 0.88 | 0.49 | 17.22 | 0.79 | 0.28 |
| Hex | 82 | 30 | F | 0 | 3F | 58 | 31 | 11 | 4F | 1C |
| Octal | 202 | 60 | 17 | 0 | 77 | 130 | 61 | 21 | 117 | 34 |
| Binary | 10000010 | 110000 | 1111 | 0 | 111111 | 1011000 | 110001 | 10001 | 1001111 | 11100 |
Color Harmonies of #82300F
Complementary color
Monochromatic Colors of #82300F
Black with #82300F
Text Example
Text Example
White with #82300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82300F; }
p { color: rgb(130,48,15); }
H1.HeaderClassName
{
color: #82300F;
}
.AnyTagClassName
{
color: #82300F;
}
</style>
background-color css
<style>
a { background-color: #82300F; }
a { background-color: rgb(130,48,15); }
div.DivClassName
{
background-color: #82300F;
}
.BgClassName
{
background-color: #82300F;
}
</style>
border-color css
<style>
span { border-color: #82300F; }
span { border-color: rgb(130,48,15); }
td.TdClassName
{
border-color: #82300F;
}
.TagClassName
{
border-color: #82300F;
}
</style>