Shades of Burnt Umber #833126
Tints of Burnt Umber #833126
RGB
CMYK
RGB Variations
Color information
#833126 (or 0x833126) is known color: Burnt Umber. HEX triplet: 83, 31 and 26. RGB value is (131,49,38). Sum of RGB (Red+Green+Blue) = 131+49+38=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #833126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833126 is #7CCED9. Grayscale: #484848. Windows color (decimal): -8179418 or 2503043. OLE color: 2503043.
HSL color Cylindrical-coordinate representation of color #833126: hue angle of 7.1º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #833126 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 38 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.49 |
| HSL | 7.1º | 0.55% | 0.33% | - |
| HSV(B) | 7.1º | 0.71% | 0.51% | - |
| XYZ | 10.81 | 7.16 | 2.65 | - |
| YUV | 72.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 38 | 0 | 0.63 | 0.71 | 0.49 | 7.1 | 0.55 | 0.33 |
| Hex | 83 | 31 | 26 | 0 | 3F | 47 | 31 | 7 | 37 | 21 |
| Octal | 203 | 61 | 46 | 0 | 77 | 107 | 61 | 7 | 67 | 41 |
| Binary | 10000011 | 110001 | 100110 | 0 | 111111 | 1000111 | 110001 | 111 | 110111 | 100001 |
Color Harmonies of #833126
Complementary color
Monochromatic Colors of #833126
Black with #833126
Text Example
Text Example
White with #833126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833126; }
p { color: rgb(131,49,38); }
H1.HeaderClassName
{
color: #833126;
}
.AnyTagClassName
{
color: #833126;
}
</style>
background-color css
<style>
a { background-color: #833126; }
a { background-color: rgb(131,49,38); }
div.DivClassName
{
background-color: #833126;
}
.BgClassName
{
background-color: #833126;
}
</style>
border-color css
<style>
span { border-color: #833126; }
span { border-color: rgb(131,49,38); }
td.TdClassName
{
border-color: #833126;
}
.TagClassName
{
border-color: #833126;
}
</style>