Shades of Burnt Umber #883A20
Tints of Burnt Umber #883A20
RGB
CMYK
RGB Variations
Color information
#883A20 (or 0x883A20) is known color: Burnt Umber. HEX triplet: 88, 3A and 20. RGB value is (136,58,32). Sum of RGB (Red+Green+Blue) = 136+58+32=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #883A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A20 is #77C5DF. Grayscale: #4E4E4E. Windows color (decimal): -7849440 or 2112136. OLE color: 2112136.
HSL color Cylindrical-coordinate representation of color #883A20: hue angle of 15º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883A20 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 32 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.47 |
| HSL | 15º | 0.62% | 0.33% | - |
| HSV(B) | 15º | 0.76% | 0.53% | - |
| XYZ | 11.93 | 8.36 | 2.35 | - |
| YUV | 78.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 32 | 0 | 0.57 | 0.76 | 0.47 | 15 | 0.62 | 0.33 |
| Hex | 88 | 3A | 20 | 0 | 39 | 4C | 2F | F | 3E | 21 |
| Octal | 210 | 72 | 40 | 0 | 71 | 114 | 57 | 17 | 76 | 41 |
| Binary | 10001000 | 111010 | 100000 | 0 | 111001 | 1001100 | 101111 | 1111 | 111110 | 100001 |
Color Harmonies of #883A20
Complementary color
Monochromatic Colors of #883A20
Black with #883A20
Text Example
Text Example
White with #883A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A20; }
p { color: rgb(136,58,32); }
H1.HeaderClassName
{
color: #883A20;
}
.AnyTagClassName
{
color: #883A20;
}
</style>
background-color css
<style>
a { background-color: #883A20; }
a { background-color: rgb(136,58,32); }
div.DivClassName
{
background-color: #883A20;
}
.BgClassName
{
background-color: #883A20;
}
</style>
border-color css
<style>
span { border-color: #883A20; }
span { border-color: rgb(136,58,32); }
td.TdClassName
{
border-color: #883A20;
}
.TagClassName
{
border-color: #883A20;
}
</style>