Shades of Shadow #8B754A
Tints of Shadow #8B754A
RGB
CMYK
RGB Variations
Color information
#8B754A (or 0x8B754A) is known color: Shadow. HEX triplet: 8B, 75 and 4A. RGB value is (139,117,74). Sum of RGB (Red+Green+Blue) = 139+117+74=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B754A is #748AB5. Grayscale: #767676. Windows color (decimal): -7637686 or 4879755. OLE color: 4879755.
HSL color Cylindrical-coordinate representation of color #8B754A: hue angle of 39.69º 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 #8B754A is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 74 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.45 |
| HSL | 39.69º | 0.31% | 0.42% | - |
| HSV(B) | 39.69º | 0.47% | 0.55% | - |
| XYZ | 18.24 | 18.71 | 9.13 | - |
| YUV | 118.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 74 | 0 | 0.16 | 0.47 | 0.45 | 39.69 | 0.31 | 0.42 |
| Hex | 8B | 75 | 4A | 0 | 10 | 2F | 2D | 28 | 1F | 2A |
| Octal | 213 | 165 | 112 | 0 | 20 | 57 | 55 | 50 | 37 | 52 |
| Binary | 10001011 | 1110101 | 1001010 | 0 | 10000 | 101111 | 101101 | 101000 | 11111 | 101010 |
Color Harmonies of #8B754A
Complementary color
Monochromatic Colors of #8B754A
Black with #8B754A
Text Example
Text Example
White with #8B754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B754A; }
p { color: rgb(139,117,74); }
H1.HeaderClassName
{
color: #8B754A;
}
.AnyTagClassName
{
color: #8B754A;
}
</style>
background-color css
<style>
a { background-color: #8B754A; }
a { background-color: rgb(139,117,74); }
div.DivClassName
{
background-color: #8B754A;
}
.BgClassName
{
background-color: #8B754A;
}
</style>
border-color css
<style>
span { border-color: #8B754A; }
span { border-color: rgb(139,117,74); }
td.TdClassName
{
border-color: #8B754A;
}
.TagClassName
{
border-color: #8B754A;
}
</style>