Shades of Burnt Umber #852F1B
Tints of Burnt Umber #852F1B
RGB
CMYK
RGB Variations
Color information
#852F1B (or 0x852F1B) is known color: Burnt Umber. HEX triplet: 85, 2F and 1B. RGB value is (133,47,27). Sum of RGB (Red+Green+Blue) = 133+47+27=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #852F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F1B is #7AD0E4. Grayscale: #464646. Windows color (decimal): -8048869 or 1781637. OLE color: 1781637.
HSL color Cylindrical-coordinate representation of color #852F1B: hue angle of 11.32º 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 #852F1B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 47 | 27 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.48 |
| HSL | 11.32º | 0.66% | 0.31% | - |
| HSV(B) | 11.32º | 0.8% | 0.52% | - |
| XYZ | 10.89 | 7.1 | 1.83 | - |
| YUV | 70.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 27 | 0 | 0.65 | 0.80 | 0.48 | 11.32 | 0.66 | 0.31 |
| Hex | 85 | 2F | 1B | 0 | 41 | 50 | 30 | B | 42 | 1F |
| Octal | 205 | 57 | 33 | 0 | 101 | 120 | 60 | 13 | 102 | 37 |
| Binary | 10000101 | 101111 | 11011 | 0 | 1000001 | 1010000 | 110000 | 1011 | 1000010 | 11111 |
Color Harmonies of #852F1B
Complementary color
Monochromatic Colors of #852F1B
Black with #852F1B
Text Example
Text Example
White with #852F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F1B; }
p { color: rgb(133,47,27); }
H1.HeaderClassName
{
color: #852F1B;
}
.AnyTagClassName
{
color: #852F1B;
}
</style>
background-color css
<style>
a { background-color: #852F1B; }
a { background-color: rgb(133,47,27); }
div.DivClassName
{
background-color: #852F1B;
}
.BgClassName
{
background-color: #852F1B;
}
</style>
border-color css
<style>
span { border-color: #852F1B; }
span { border-color: rgb(133,47,27); }
td.TdClassName
{
border-color: #852F1B;
}
.TagClassName
{
border-color: #852F1B;
}
</style>