Shades of Burnt Umber #852C1D
Tints of Burnt Umber #852C1D
RGB
CMYK
RGB Variations
Color information
#852C1D (or 0x852C1D) is known color: Burnt Umber. HEX triplet: 85, 2C and 1D. RGB value is (133,44,29). Sum of RGB (Red+Green+Blue) = 133+44+29=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C1D is #7AD3E2. Grayscale: #454545. Windows color (decimal): -8049635 or 1911941. OLE color: 1911941.
HSL color Cylindrical-coordinate representation of color #852C1D: hue angle of 8.65º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852C1D is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 29 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.48 |
| HSL | 8.65º | 0.64% | 0.32% | - |
| HSV(B) | 8.65º | 0.78% | 0.52% | - |
| XYZ | 10.8 | 6.88 | 1.92 | - |
| YUV | 68.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 29 | 0 | 0.67 | 0.78 | 0.48 | 8.65 | 0.64 | 0.32 |
| Hex | 85 | 2C | 1D | 0 | 43 | 4E | 30 | 9 | 40 | 20 |
| Octal | 205 | 54 | 35 | 0 | 103 | 116 | 60 | 11 | 100 | 40 |
| Binary | 10000101 | 101100 | 11101 | 0 | 1000011 | 1001110 | 110000 | 1001 | 1000000 | 100000 |
Color Harmonies of #852C1D
Complementary color
Monochromatic Colors of #852C1D
Black with #852C1D
Text Example
Text Example
White with #852C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C1D; }
p { color: rgb(133,44,29); }
H1.HeaderClassName
{
color: #852C1D;
}
.AnyTagClassName
{
color: #852C1D;
}
</style>
background-color css
<style>
a { background-color: #852C1D; }
a { background-color: rgb(133,44,29); }
div.DivClassName
{
background-color: #852C1D;
}
.BgClassName
{
background-color: #852C1D;
}
</style>
border-color css
<style>
span { border-color: #852C1D; }
span { border-color: rgb(133,44,29); }
td.TdClassName
{
border-color: #852C1D;
}
.TagClassName
{
border-color: #852C1D;
}
</style>