Shades of Burnt Umber #802A1A
Tints of Burnt Umber #802A1A
RGB
CMYK
RGB Variations
Color information
#802A1A (or 0x802A1A) is known color: Burnt Umber. HEX triplet: 80, 2A and 1A. RGB value is (128,42,26). Sum of RGB (Red+Green+Blue) = 128+42+26=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #802A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A1A is #7FD5E5. Grayscale: #424242. Windows color (decimal): -8377830 or 1714816. OLE color: 1714816.
HSL color Cylindrical-coordinate representation of color #802A1A: hue angle of 9.41º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802A1A is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 26 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.50 |
| HSL | 9.41º | 0.66% | 0.3% | - |
| HSV(B) | 9.41º | 0.8% | 0.5% | - |
| XYZ | 9.92 | 6.32 | 1.67 | - |
| YUV | 65.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 26 | 0 | 0.67 | 0.80 | 0.50 | 9.41 | 0.66 | 0.3 |
| Hex | 80 | 2A | 1A | 0 | 43 | 50 | 32 | 9 | 42 | 1E |
| Octal | 200 | 52 | 32 | 0 | 103 | 120 | 62 | 11 | 102 | 36 |
| Binary | 10000000 | 101010 | 11010 | 0 | 1000011 | 1010000 | 110010 | 1001 | 1000010 | 11110 |
Color Harmonies of #802A1A
Complementary color
Monochromatic Colors of #802A1A
Black with #802A1A
Text Example
Text Example
White with #802A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A1A; }
p { color: rgb(128,42,26); }
H1.HeaderClassName
{
color: #802A1A;
}
.AnyTagClassName
{
color: #802A1A;
}
</style>
background-color css
<style>
a { background-color: #802A1A; }
a { background-color: rgb(128,42,26); }
div.DivClassName
{
background-color: #802A1A;
}
.BgClassName
{
background-color: #802A1A;
}
</style>
border-color css
<style>
span { border-color: #802A1A; }
span { border-color: rgb(128,42,26); }
td.TdClassName
{
border-color: #802A1A;
}
.TagClassName
{
border-color: #802A1A;
}
</style>