Shades of Burnt Umber #823013
Tints of Burnt Umber #823013
RGB
CMYK
RGB Variations
Color information
#823013 (or 0x823013) is known color: Burnt Umber. HEX triplet: 82, 30 and 13. RGB value is (130,48,19). Sum of RGB (Red+Green+Blue) = 130+48+19=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #823013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823013 is #7DCFEC. Grayscale: #454545. Windows color (decimal): -8245229 or 1257602. OLE color: 1257602.
HSL color Cylindrical-coordinate representation of color #823013: hue angle of 15.68º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #823013 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 19 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.49 |
| HSL | 15.68º | 0.74% | 0.29% | - |
| HSV(B) | 15.68º | 0.85% | 0.51% | - |
| XYZ | 10.38 | 6.91 | 1.4 | - |
| YUV | 69.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 19 | 0 | 0.63 | 0.85 | 0.49 | 15.68 | 0.74 | 0.29 |
| Hex | 82 | 30 | 13 | 0 | 3F | 55 | 31 | 10 | 4A | 1D |
| Octal | 202 | 60 | 23 | 0 | 77 | 125 | 61 | 20 | 112 | 35 |
| Binary | 10000010 | 110000 | 10011 | 0 | 111111 | 1010101 | 110001 | 10000 | 1001010 | 11101 |
Color Harmonies of #823013
Complementary color
Monochromatic Colors of #823013
Black with #823013
Text Example
Text Example
White with #823013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823013; }
p { color: rgb(130,48,19); }
H1.HeaderClassName
{
color: #823013;
}
.AnyTagClassName
{
color: #823013;
}
</style>
background-color css
<style>
a { background-color: #823013; }
a { background-color: rgb(130,48,19); }
div.DivClassName
{
background-color: #823013;
}
.BgClassName
{
background-color: #823013;
}
</style>
border-color css
<style>
span { border-color: #823013; }
span { border-color: rgb(130,48,19); }
td.TdClassName
{
border-color: #823013;
}
.TagClassName
{
border-color: #823013;
}
</style>