Shades of Burnt Umber #802A1C
Tints of Burnt Umber #802A1C
RGB
CMYK
RGB Variations
Color information
#802A1C (or 0x802A1C) is known color: Burnt Umber. HEX triplet: 80, 2A and 1C. RGB value is (128,42,28). Sum of RGB (Red+Green+Blue) = 128+42+28=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #802A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A1C is #7FD5E3. Grayscale: #424242. Windows color (decimal): -8377828 or 1845888. OLE color: 1845888.
HSL color Cylindrical-coordinate representation of color #802A1C: hue angle of 8.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802A1C is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 28 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.50 |
| HSL | 8.4º | 0.64% | 0.31% | - |
| HSV(B) | 8.4º | 0.78% | 0.5% | - |
| XYZ | 9.94 | 6.33 | 1.8 | - |
| YUV | 66.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 28 | 0 | 0.67 | 0.78 | 0.50 | 8.4 | 0.64 | 0.31 |
| Hex | 80 | 2A | 1C | 0 | 43 | 4E | 32 | 8 | 40 | 1F |
| Octal | 200 | 52 | 34 | 0 | 103 | 116 | 62 | 10 | 100 | 37 |
| Binary | 10000000 | 101010 | 11100 | 0 | 1000011 | 1001110 | 110010 | 1000 | 1000000 | 11111 |
Color Harmonies of #802A1C
Complementary color
Monochromatic Colors of #802A1C
Black with #802A1C
Text Example
Text Example
White with #802A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A1C; }
p { color: rgb(128,42,28); }
H1.HeaderClassName
{
color: #802A1C;
}
.AnyTagClassName
{
color: #802A1C;
}
</style>
background-color css
<style>
a { background-color: #802A1C; }
a { background-color: rgb(128,42,28); }
div.DivClassName
{
background-color: #802A1C;
}
.BgClassName
{
background-color: #802A1C;
}
</style>
border-color css
<style>
span { border-color: #802A1C; }
span { border-color: rgb(128,42,28); }
td.TdClassName
{
border-color: #802A1C;
}
.TagClassName
{
border-color: #802A1C;
}
</style>