Shades of Burnt Umber #802D23
Tints of Burnt Umber #802D23
RGB
CMYK
RGB Variations
Color information
#802D23 (or 0x802D23) is known color: Burnt Umber. HEX triplet: 80, 2D and 23. RGB value is (128,45,35). Sum of RGB (Red+Green+Blue) = 128+45+35=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #802D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D23 is #7FD2DC. Grayscale: #444444. Windows color (decimal): -8377053 or 2305408. OLE color: 2305408.
HSL color Cylindrical-coordinate representation of color #802D23: hue angle of 6.45º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802D23 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 35 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.50 |
| HSL | 6.45º | 0.57% | 0.32% | - |
| HSV(B) | 6.45º | 0.73% | 0.5% | - |
| XYZ | 10.14 | 6.59 | 2.33 | - |
| YUV | 68.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 35 | 0 | 0.65 | 0.73 | 0.50 | 6.45 | 0.57 | 0.32 |
| Hex | 80 | 2D | 23 | 0 | 41 | 49 | 32 | 6 | 39 | 20 |
| Octal | 200 | 55 | 43 | 0 | 101 | 111 | 62 | 6 | 71 | 40 |
| Binary | 10000000 | 101101 | 100011 | 0 | 1000001 | 1001001 | 110010 | 110 | 111001 | 100000 |
Color Harmonies of #802D23
Complementary color
Monochromatic Colors of #802D23
Black with #802D23
Text Example
Text Example
White with #802D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D23; }
p { color: rgb(128,45,35); }
H1.HeaderClassName
{
color: #802D23;
}
.AnyTagClassName
{
color: #802D23;
}
</style>
background-color css
<style>
a { background-color: #802D23; }
a { background-color: rgb(128,45,35); }
div.DivClassName
{
background-color: #802D23;
}
.BgClassName
{
background-color: #802D23;
}
</style>
border-color css
<style>
span { border-color: #802D23; }
span { border-color: rgb(128,45,35); }
td.TdClassName
{
border-color: #802D23;
}
.TagClassName
{
border-color: #802D23;
}
</style>