Shades of Burnt Umber #89381B
Tints of Burnt Umber #89381B
RGB
CMYK
RGB Variations
Color information
#89381B (or 0x89381B) is known color: Burnt Umber. HEX triplet: 89, 38 and 1B. RGB value is (137,56,27). Sum of RGB (Red+Green+Blue) = 137+56+27=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89381B is #76C7E4. Grayscale: #4D4D4D. Windows color (decimal): -7784421 or 1783945. OLE color: 1783945.
HSL color Cylindrical-coordinate representation of color #89381B: hue angle of 15.82º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89381B is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 56 | 27 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.46 |
| HSL | 15.82º | 0.67% | 0.32% | - |
| HSV(B) | 15.82º | 0.8% | 0.54% | - |
| XYZ | 11.93 | 8.23 | 2 | - |
| YUV | 76.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 27 | 0 | 0.59 | 0.80 | 0.46 | 15.82 | 0.67 | 0.32 |
| Hex | 89 | 38 | 1B | 0 | 3B | 50 | 2E | 10 | 43 | 20 |
| Octal | 211 | 70 | 33 | 0 | 73 | 120 | 56 | 20 | 103 | 40 |
| Binary | 10001001 | 111000 | 11011 | 0 | 111011 | 1010000 | 101110 | 10000 | 1000011 | 100000 |
Color Harmonies of #89381B
Complementary color
Monochromatic Colors of #89381B
Black with #89381B
Text Example
Text Example
White with #89381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89381B; }
p { color: rgb(137,56,27); }
H1.HeaderClassName
{
color: #89381B;
}
.AnyTagClassName
{
color: #89381B;
}
</style>
background-color css
<style>
a { background-color: #89381B; }
a { background-color: rgb(137,56,27); }
div.DivClassName
{
background-color: #89381B;
}
.BgClassName
{
background-color: #89381B;
}
</style>
border-color css
<style>
span { border-color: #89381B; }
span { border-color: rgb(137,56,27); }
td.TdClassName
{
border-color: #89381B;
}
.TagClassName
{
border-color: #89381B;
}
</style>