Shades of Burnt Umber #8C3426
Tints of Burnt Umber #8C3426
RGB
CMYK
RGB Variations
Color information
#8C3426 (or 0x8C3426) is known color: Burnt Umber. HEX triplet: 8C, 34 and 26. RGB value is (140,52,38). Sum of RGB (Red+Green+Blue) = 140+52+38=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3426 is #73CBD9. Grayscale: #4C4C4C. Windows color (decimal): -7588826 or 2503820. OLE color: 2503820.
HSL color Cylindrical-coordinate representation of color #8C3426: hue angle of 8.24º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C3426 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 38 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.45 |
| HSL | 8.24º | 0.57% | 0.35% | - |
| HSV(B) | 8.24º | 0.73% | 0.55% | - |
| XYZ | 12.39 | 8.17 | 2.76 | - |
| YUV | 76.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 38 | 0 | 0.63 | 0.73 | 0.45 | 8.24 | 0.57 | 0.35 |
| Hex | 8C | 34 | 26 | 0 | 3F | 49 | 2D | 8 | 39 | 23 |
| Octal | 214 | 64 | 46 | 0 | 77 | 111 | 55 | 10 | 71 | 43 |
| Binary | 10001100 | 110100 | 100110 | 0 | 111111 | 1001001 | 101101 | 1000 | 111001 | 100011 |
Color Harmonies of #8C3426
Complementary color
Monochromatic Colors of #8C3426
Black with #8C3426
Text Example
Text Example
White with #8C3426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3426; }
p { color: rgb(140,52,38); }
H1.HeaderClassName
{
color: #8C3426;
}
.AnyTagClassName
{
color: #8C3426;
}
</style>
background-color css
<style>
a { background-color: #8C3426; }
a { background-color: rgb(140,52,38); }
div.DivClassName
{
background-color: #8C3426;
}
.BgClassName
{
background-color: #8C3426;
}
</style>
border-color css
<style>
span { border-color: #8C3426; }
span { border-color: rgb(140,52,38); }
td.TdClassName
{
border-color: #8C3426;
}
.TagClassName
{
border-color: #8C3426;
}
</style>