Shades of Granite Green #93885E
Tints of Granite Green #93885E
RGB
CMYK
RGB Variations
Color information
#93885E (or 0x93885E) is known color: Granite Green. HEX triplet: 93, 88 and 5E. RGB value is (147,136,94). Sum of RGB (Red+Green+Blue) = 147+136+94=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #93885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93885E is #6C77A1. Grayscale: #868686. Windows color (decimal): -7108514 or 6195347. OLE color: 6195347.
HSL color Cylindrical-coordinate representation of color #93885E: hue angle of 47.55º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93885E is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 94 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.42 |
| HSL | 47.55º | 0.22% | 0.47% | - |
| HSV(B) | 47.55º | 0.36% | 0.58% | - |
| XYZ | 22.86 | 24.62 | 14.14 | - |
| YUV | 134.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 94 | 0 | 0.07 | 0.36 | 0.42 | 47.55 | 0.22 | 0.47 |
| Hex | 93 | 88 | 5E | 0 | 7 | 24 | 2A | 30 | 16 | 2F |
| Octal | 223 | 210 | 136 | 0 | 7 | 44 | 52 | 60 | 26 | 57 |
| Binary | 10010011 | 10001000 | 1011110 | 0 | 111 | 100100 | 101010 | 110000 | 10110 | 101111 |
Color Harmonies of #93885E
Complementary color
Monochromatic Colors of #93885E
Black with #93885E
Text Example
Text Example
White with #93885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93885E; }
p { color: rgb(147,136,94); }
H1.HeaderClassName
{
color: #93885E;
}
.AnyTagClassName
{
color: #93885E;
}
</style>
background-color css
<style>
a { background-color: #93885E; }
a { background-color: rgb(147,136,94); }
div.DivClassName
{
background-color: #93885E;
}
.BgClassName
{
background-color: #93885E;
}
</style>
border-color css
<style>
span { border-color: #93885E; }
span { border-color: rgb(147,136,94); }
td.TdClassName
{
border-color: #93885E;
}
.TagClassName
{
border-color: #93885E;
}
</style>