Shades of Burnt Umber #873425
Tints of Burnt Umber #873425
RGB
CMYK
RGB Variations
Color information
#873425 (or 0x873425) is known color: Burnt Umber. HEX triplet: 87, 34 and 25. RGB value is (135,52,37). Sum of RGB (Red+Green+Blue) = 135+52+37=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #873425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873425 is #78CBDA. Grayscale: #4B4B4B. Windows color (decimal): -7916507 or 2438279. OLE color: 2438279.
HSL color Cylindrical-coordinate representation of color #873425: hue angle of 9.18º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873425 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 52 | 37 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.47 |
| HSL | 9.18º | 0.57% | 0.34% | - |
| HSV(B) | 9.18º | 0.73% | 0.53% | - |
| XYZ | 11.55 | 7.74 | 2.64 | - |
| YUV | 75.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 37 | 0 | 0.61 | 0.73 | 0.47 | 9.18 | 0.57 | 0.34 |
| Hex | 87 | 34 | 25 | 0 | 3D | 49 | 2F | 9 | 39 | 22 |
| Octal | 207 | 64 | 45 | 0 | 75 | 111 | 57 | 11 | 71 | 42 |
| Binary | 10000111 | 110100 | 100101 | 0 | 111101 | 1001001 | 101111 | 1001 | 111001 | 100010 |
Color Harmonies of #873425
Complementary color
Monochromatic Colors of #873425
Black with #873425
Text Example
Text Example
White with #873425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873425; }
p { color: rgb(135,52,37); }
H1.HeaderClassName
{
color: #873425;
}
.AnyTagClassName
{
color: #873425;
}
</style>
background-color css
<style>
a { background-color: #873425; }
a { background-color: rgb(135,52,37); }
div.DivClassName
{
background-color: #873425;
}
.BgClassName
{
background-color: #873425;
}
</style>
border-color css
<style>
span { border-color: #873425; }
span { border-color: rgb(135,52,37); }
td.TdClassName
{
border-color: #873425;
}
.TagClassName
{
border-color: #873425;
}
</style>