Shades of Burnt Umber #802C1D
Tints of Burnt Umber #802C1D
RGB
CMYK
RGB Variations
Color information
#802C1D (or 0x802C1D) is known color: Burnt Umber. HEX triplet: 80, 2C and 1D. RGB value is (128,44,29). Sum of RGB (Red+Green+Blue) = 128+44+29=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C1D is #7FD3E2. Grayscale: #434343. Windows color (decimal): -8377315 or 1911936. OLE color: 1911936.
HSL color Cylindrical-coordinate representation of color #802C1D: hue angle of 9.09º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802C1D is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 29 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.50 |
| HSL | 9.09º | 0.63% | 0.31% | - |
| HSV(B) | 9.09º | 0.77% | 0.5% | - |
| XYZ | 10.02 | 6.48 | 1.88 | - |
| YUV | 67.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 29 | 0 | 0.66 | 0.77 | 0.50 | 9.09 | 0.63 | 0.31 |
| Hex | 80 | 2C | 1D | 0 | 42 | 4D | 32 | 9 | 3F | 1F |
| Octal | 200 | 54 | 35 | 0 | 102 | 115 | 62 | 11 | 77 | 37 |
| Binary | 10000000 | 101100 | 11101 | 0 | 1000010 | 1001101 | 110010 | 1001 | 111111 | 11111 |
Color Harmonies of #802C1D
Complementary color
Monochromatic Colors of #802C1D
Black with #802C1D
Text Example
Text Example
White with #802C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C1D; }
p { color: rgb(128,44,29); }
H1.HeaderClassName
{
color: #802C1D;
}
.AnyTagClassName
{
color: #802C1D;
}
</style>
background-color css
<style>
a { background-color: #802C1D; }
a { background-color: rgb(128,44,29); }
div.DivClassName
{
background-color: #802C1D;
}
.BgClassName
{
background-color: #802C1D;
}
</style>
border-color css
<style>
span { border-color: #802C1D; }
span { border-color: rgb(128,44,29); }
td.TdClassName
{
border-color: #802C1D;
}
.TagClassName
{
border-color: #802C1D;
}
</style>