Shades of Burnt Umber #833A1F
Tints of Burnt Umber #833A1F
RGB
CMYK
RGB Variations
Color information
#833A1F (or 0x833A1F) is known color: Burnt Umber. HEX triplet: 83, 3A and 1F. RGB value is (131,58,31). Sum of RGB (Red+Green+Blue) = 131+58+31=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #833A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833A1F is #7CC5E0. Grayscale: #4C4C4C. Windows color (decimal): -8177121 or 2046595. OLE color: 2046595.
HSL color Cylindrical-coordinate representation of color #833A1F: hue angle of 16.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #833A1F is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 58 | 31 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.49 |
| HSL | 16.2º | 0.62% | 0.32% | - |
| HSV(B) | 16.2º | 0.76% | 0.51% | - |
| XYZ | 11.12 | 7.95 | 2.24 | - |
| YUV | 76.75 | 102.18 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 31 | 0 | 0.56 | 0.76 | 0.49 | 16.2 | 0.62 | 0.32 |
| Hex | 83 | 3A | 1F | 0 | 38 | 4C | 31 | 10 | 3E | 20 |
| Octal | 203 | 72 | 37 | 0 | 70 | 114 | 61 | 20 | 76 | 40 |
| Binary | 10000011 | 111010 | 11111 | 0 | 111000 | 1001100 | 110001 | 10000 | 111110 | 100000 |
Color Harmonies of #833A1F
Complementary color
Monochromatic Colors of #833A1F
Black with #833A1F
Text Example
Text Example
White with #833A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833A1F; }
p { color: rgb(131,58,31); }
H1.HeaderClassName
{
color: #833A1F;
}
.AnyTagClassName
{
color: #833A1F;
}
</style>
background-color css
<style>
a { background-color: #833A1F; }
a { background-color: rgb(131,58,31); }
div.DivClassName
{
background-color: #833A1F;
}
.BgClassName
{
background-color: #833A1F;
}
</style>
border-color css
<style>
span { border-color: #833A1F; }
span { border-color: rgb(131,58,31); }
td.TdClassName
{
border-color: #833A1F;
}
.TagClassName
{
border-color: #833A1F;
}
</style>