Shades of Burnt Umber #802F1C
Tints of Burnt Umber #802F1C
RGB
CMYK
RGB Variations
Color information
#802F1C (or 0x802F1C) is known color: Burnt Umber. HEX triplet: 80, 2F and 1C. RGB value is (128,47,28). Sum of RGB (Red+Green+Blue) = 128+47+28=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #802F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F1C is #7FD0E3. Grayscale: #454545. Windows color (decimal): -8376548 or 1847168. OLE color: 1847168.
HSL color Cylindrical-coordinate representation of color #802F1C: hue angle of 11.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 #802F1C is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 28 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.50 |
| HSL | 11.4º | 0.64% | 0.31% | - |
| HSV(B) | 11.4º | 0.78% | 0.5% | - |
| XYZ | 10.13 | 6.71 | 1.86 | - |
| YUV | 69.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 28 | 0 | 0.63 | 0.78 | 0.50 | 11.4 | 0.64 | 0.31 |
| Hex | 80 | 2F | 1C | 0 | 3F | 4E | 32 | B | 40 | 1F |
| Octal | 200 | 57 | 34 | 0 | 77 | 116 | 62 | 13 | 100 | 37 |
| Binary | 10000000 | 101111 | 11100 | 0 | 111111 | 1001110 | 110010 | 1011 | 1000000 | 11111 |
Color Harmonies of #802F1C
Complementary color
Monochromatic Colors of #802F1C
Black with #802F1C
Text Example
Text Example
White with #802F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F1C; }
p { color: rgb(128,47,28); }
H1.HeaderClassName
{
color: #802F1C;
}
.AnyTagClassName
{
color: #802F1C;
}
</style>
background-color css
<style>
a { background-color: #802F1C; }
a { background-color: rgb(128,47,28); }
div.DivClassName
{
background-color: #802F1C;
}
.BgClassName
{
background-color: #802F1C;
}
</style>
border-color css
<style>
span { border-color: #802F1C; }
span { border-color: rgb(128,47,28); }
td.TdClassName
{
border-color: #802F1C;
}
.TagClassName
{
border-color: #802F1C;
}
</style>