Shades of Shadow #8A733F
Tints of Shadow #8A733F
RGB
CMYK
RGB Variations
Color information
#8A733F (or 0x8A733F) is known color: Shadow. HEX triplet: 8A, 73 and 3F. RGB value is (138,115,63). Sum of RGB (Red+Green+Blue) = 138+115+63=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A733F is #758CC0. Grayscale: #747474. Windows color (decimal): -7703745 or 4158346. OLE color: 4158346.
HSL color Cylindrical-coordinate representation of color #8A733F: hue angle of 41.6º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A733F is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 115 | 63 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.46 |
| HSL | 41.6º | 0.37% | 0.39% | - |
| HSV(B) | 41.6º | 0.54% | 0.54% | - |
| XYZ | 17.51 | 18.02 | 7.26 | - |
| YUV | 115.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 63 | 0 | 0.17 | 0.54 | 0.46 | 41.6 | 0.37 | 0.39 |
| Hex | 8A | 73 | 3F | 0 | 11 | 36 | 2E | 2A | 25 | 27 |
| Octal | 212 | 163 | 77 | 0 | 21 | 66 | 56 | 52 | 45 | 47 |
| Binary | 10001010 | 1110011 | 111111 | 0 | 10001 | 110110 | 101110 | 101010 | 100101 | 100111 |
Color Harmonies of #8A733F
Complementary color
Monochromatic Colors of #8A733F
Black with #8A733F
Text Example
Text Example
White with #8A733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A733F; }
p { color: rgb(138,115,63); }
H1.HeaderClassName
{
color: #8A733F;
}
.AnyTagClassName
{
color: #8A733F;
}
</style>
background-color css
<style>
a { background-color: #8A733F; }
a { background-color: rgb(138,115,63); }
div.DivClassName
{
background-color: #8A733F;
}
.BgClassName
{
background-color: #8A733F;
}
</style>
border-color css
<style>
span { border-color: #8A733F; }
span { border-color: rgb(138,115,63); }
td.TdClassName
{
border-color: #8A733F;
}
.TagClassName
{
border-color: #8A733F;
}
</style>