Shades of Burnt Umber #852E1B
Tints of Burnt Umber #852E1B
RGB
CMYK
RGB Variations
Color information
#852E1B (or 0x852E1B) is known color: Burnt Umber. HEX triplet: 85, 2E and 1B. RGB value is (133,46,27). Sum of RGB (Red+Green+Blue) = 133+46+27=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E1B is #7AD1E4. Grayscale: #464646. Windows color (decimal): -8049125 or 1781381. OLE color: 1781381.
HSL color Cylindrical-coordinate representation of color #852E1B: hue angle of 10.75º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852E1B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 27 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.48 |
| HSL | 10.75º | 0.66% | 0.31% | - |
| HSV(B) | 10.75º | 0.8% | 0.52% | - |
| XYZ | 10.85 | 7.02 | 1.82 | - |
| YUV | 69.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 27 | 0 | 0.65 | 0.80 | 0.48 | 10.75 | 0.66 | 0.31 |
| Hex | 85 | 2E | 1B | 0 | 41 | 50 | 30 | B | 42 | 1F |
| Octal | 205 | 56 | 33 | 0 | 101 | 120 | 60 | 13 | 102 | 37 |
| Binary | 10000101 | 101110 | 11011 | 0 | 1000001 | 1010000 | 110000 | 1011 | 1000010 | 11111 |
Color Harmonies of #852E1B
Complementary color
Monochromatic Colors of #852E1B
Black with #852E1B
Text Example
Text Example
White with #852E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E1B; }
p { color: rgb(133,46,27); }
H1.HeaderClassName
{
color: #852E1B;
}
.AnyTagClassName
{
color: #852E1B;
}
</style>
background-color css
<style>
a { background-color: #852E1B; }
a { background-color: rgb(133,46,27); }
div.DivClassName
{
background-color: #852E1B;
}
.BgClassName
{
background-color: #852E1B;
}
</style>
border-color css
<style>
span { border-color: #852E1B; }
span { border-color: rgb(133,46,27); }
td.TdClassName
{
border-color: #852E1B;
}
.TagClassName
{
border-color: #852E1B;
}
</style>