Shades of Burnt Umber #80351C
Tints of Burnt Umber #80351C
RGB
CMYK
RGB Variations
Color information
#80351C (or 0x80351C) is known color: Burnt Umber. HEX triplet: 80, 35 and 1C. RGB value is (128,53,28). Sum of RGB (Red+Green+Blue) = 128+53+28=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80351C is #7FCAE3. Grayscale: #484848. Windows color (decimal): -8375012 or 1848704. OLE color: 1848704.
HSL color Cylindrical-coordinate representation of color #80351C: hue angle of 15º 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 #80351C is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 28 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.50 |
| HSL | 15º | 0.64% | 0.31% | - |
| HSV(B) | 15º | 0.78% | 0.5% | - |
| XYZ | 10.38 | 7.22 | 1.94 | - |
| YUV | 72.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 28 | 0 | 0.59 | 0.78 | 0.50 | 15 | 0.64 | 0.31 |
| Hex | 80 | 35 | 1C | 0 | 3B | 4E | 32 | F | 40 | 1F |
| Octal | 200 | 65 | 34 | 0 | 73 | 116 | 62 | 17 | 100 | 37 |
| Binary | 10000000 | 110101 | 11100 | 0 | 111011 | 1001110 | 110010 | 1111 | 1000000 | 11111 |
Color Harmonies of #80351C
Complementary color
Monochromatic Colors of #80351C
Black with #80351C
Text Example
Text Example
White with #80351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80351C; }
p { color: rgb(128,53,28); }
H1.HeaderClassName
{
color: #80351C;
}
.AnyTagClassName
{
color: #80351C;
}
</style>
background-color css
<style>
a { background-color: #80351C; }
a { background-color: rgb(128,53,28); }
div.DivClassName
{
background-color: #80351C;
}
.BgClassName
{
background-color: #80351C;
}
</style>
border-color css
<style>
span { border-color: #80351C; }
span { border-color: rgb(128,53,28); }
td.TdClassName
{
border-color: #80351C;
}
.TagClassName
{
border-color: #80351C;
}
</style>