Shades of Burnt Umber #883B1F
Tints of Burnt Umber #883B1F
RGB
CMYK
RGB Variations
Color information
#883B1F (or 0x883B1F) is known color: Burnt Umber. HEX triplet: 88, 3B and 1F. RGB value is (136,59,31). Sum of RGB (Red+Green+Blue) = 136+59+31=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #883B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B1F is #77C4E0. Grayscale: #4F4F4F. Windows color (decimal): -7849185 or 2046856. OLE color: 2046856.
HSL color Cylindrical-coordinate representation of color #883B1F: hue angle of 16º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #883B1F is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 31 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.47 |
| HSL | 16º | 0.63% | 0.33% | - |
| HSV(B) | 16º | 0.77% | 0.53% | - |
| XYZ | 11.96 | 8.46 | 2.3 | - |
| YUV | 78.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 31 | 0 | 0.57 | 0.77 | 0.47 | 16 | 0.63 | 0.33 |
| Hex | 88 | 3B | 1F | 0 | 39 | 4D | 2F | 10 | 3F | 21 |
| Octal | 210 | 73 | 37 | 0 | 71 | 115 | 57 | 20 | 77 | 41 |
| Binary | 10001000 | 111011 | 11111 | 0 | 111001 | 1001101 | 101111 | 10000 | 111111 | 100001 |
Color Harmonies of #883B1F
Complementary color
Monochromatic Colors of #883B1F
Black with #883B1F
Text Example
Text Example
White with #883B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B1F; }
p { color: rgb(136,59,31); }
H1.HeaderClassName
{
color: #883B1F;
}
.AnyTagClassName
{
color: #883B1F;
}
</style>
background-color css
<style>
a { background-color: #883B1F; }
a { background-color: rgb(136,59,31); }
div.DivClassName
{
background-color: #883B1F;
}
.BgClassName
{
background-color: #883B1F;
}
</style>
border-color css
<style>
span { border-color: #883B1F; }
span { border-color: rgb(136,59,31); }
td.TdClassName
{
border-color: #883B1F;
}
.TagClassName
{
border-color: #883B1F;
}
</style>