Shades of Shadow #8B744A
Tints of Shadow #8B744A
RGB
CMYK
RGB Variations
Color information
#8B744A (or 0x8B744A) is known color: Shadow. HEX triplet: 8B, 74 and 4A. RGB value is (139,116,74). Sum of RGB (Red+Green+Blue) = 139+116+74=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B744A is #748BB5. Grayscale: #767676. Windows color (decimal): -7637942 or 4879499. OLE color: 4879499.
HSL color Cylindrical-coordinate representation of color #8B744A: hue angle of 38.77º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B744A is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 74 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.45 |
| HSL | 38.77º | 0.31% | 0.42% | - |
| HSV(B) | 38.77º | 0.47% | 0.55% | - |
| XYZ | 18.13 | 18.47 | 9.09 | - |
| YUV | 118.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 74 | 0 | 0.17 | 0.47 | 0.45 | 38.77 | 0.31 | 0.42 |
| Hex | 8B | 74 | 4A | 0 | 11 | 2F | 2D | 27 | 1F | 2A |
| Octal | 213 | 164 | 112 | 0 | 21 | 57 | 55 | 47 | 37 | 52 |
| Binary | 10001011 | 1110100 | 1001010 | 0 | 10001 | 101111 | 101101 | 100111 | 11111 | 101010 |
Color Harmonies of #8B744A
Complementary color
Monochromatic Colors of #8B744A
Black with #8B744A
Text Example
Text Example
White with #8B744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B744A; }
p { color: rgb(139,116,74); }
H1.HeaderClassName
{
color: #8B744A;
}
.AnyTagClassName
{
color: #8B744A;
}
</style>
background-color css
<style>
a { background-color: #8B744A; }
a { background-color: rgb(139,116,74); }
div.DivClassName
{
background-color: #8B744A;
}
.BgClassName
{
background-color: #8B744A;
}
</style>
border-color css
<style>
span { border-color: #8B744A; }
span { border-color: rgb(139,116,74); }
td.TdClassName
{
border-color: #8B744A;
}
.TagClassName
{
border-color: #8B744A;
}
</style>