Shades of Burnt Umber #803324
Tints of Burnt Umber #803324
RGB
CMYK
RGB Variations
Color information
#803324 (or 0x803324) is known color: Burnt Umber. HEX triplet: 80, 33 and 24. RGB value is (128,51,36). Sum of RGB (Red+Green+Blue) = 128+51+36=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #803324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803324 is #7FCCDB. Grayscale: #484848. Windows color (decimal): -8375516 or 2372480. OLE color: 2372480.
HSL color Cylindrical-coordinate representation of color #803324: hue angle of 9.78º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803324 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 36 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.50 |
| HSL | 9.78º | 0.56% | 0.32% | - |
| HSV(B) | 9.78º | 0.72% | 0.5% | - |
| XYZ | 10.4 | 7.08 | 2.49 | - |
| YUV | 72.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 36 | 0 | 0.60 | 0.72 | 0.50 | 9.78 | 0.56 | 0.32 |
| Hex | 80 | 33 | 24 | 0 | 3C | 48 | 32 | A | 38 | 20 |
| Octal | 200 | 63 | 44 | 0 | 74 | 110 | 62 | 12 | 70 | 40 |
| Binary | 10000000 | 110011 | 100100 | 0 | 111100 | 1001000 | 110010 | 1010 | 111000 | 100000 |
Color Harmonies of #803324
Complementary color
Monochromatic Colors of #803324
Black with #803324
Text Example
Text Example
White with #803324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803324; }
p { color: rgb(128,51,36); }
H1.HeaderClassName
{
color: #803324;
}
.AnyTagClassName
{
color: #803324;
}
</style>
background-color css
<style>
a { background-color: #803324; }
a { background-color: rgb(128,51,36); }
div.DivClassName
{
background-color: #803324;
}
.BgClassName
{
background-color: #803324;
}
</style>
border-color css
<style>
span { border-color: #803324; }
span { border-color: rgb(128,51,36); }
td.TdClassName
{
border-color: #803324;
}
.TagClassName
{
border-color: #803324;
}
</style>