Shades of Burnt Umber #802D1C
Tints of Burnt Umber #802D1C
RGB
CMYK
RGB Variations
Color information
#802D1C (or 0x802D1C) is known color: Burnt Umber. HEX triplet: 80, 2D and 1C. RGB value is (128,45,28). Sum of RGB (Red+Green+Blue) = 128+45+28=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D1C is #7FD2E3. Grayscale: #444444. Windows color (decimal): -8377060 or 1846656. OLE color: 1846656.
HSL color Cylindrical-coordinate representation of color #802D1C: hue angle of 10.2º 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 #802D1C is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 28 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.50 |
| HSL | 10.2º | 0.64% | 0.31% | - |
| HSV(B) | 10.2º | 0.78% | 0.5% | - |
| XYZ | 10.05 | 6.55 | 1.83 | - |
| YUV | 67.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 28 | 0 | 0.65 | 0.78 | 0.50 | 10.2 | 0.64 | 0.31 |
| Hex | 80 | 2D | 1C | 0 | 41 | 4E | 32 | A | 40 | 1F |
| Octal | 200 | 55 | 34 | 0 | 101 | 116 | 62 | 12 | 100 | 37 |
| Binary | 10000000 | 101101 | 11100 | 0 | 1000001 | 1001110 | 110010 | 1010 | 1000000 | 11111 |
Color Harmonies of #802D1C
Complementary color
Monochromatic Colors of #802D1C
Black with #802D1C
Text Example
Text Example
White with #802D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D1C; }
p { color: rgb(128,45,28); }
H1.HeaderClassName
{
color: #802D1C;
}
.AnyTagClassName
{
color: #802D1C;
}
</style>
background-color css
<style>
a { background-color: #802D1C; }
a { background-color: rgb(128,45,28); }
div.DivClassName
{
background-color: #802D1C;
}
.BgClassName
{
background-color: #802D1C;
}
</style>
border-color css
<style>
span { border-color: #802D1C; }
span { border-color: rgb(128,45,28); }
td.TdClassName
{
border-color: #802D1C;
}
.TagClassName
{
border-color: #802D1C;
}
</style>