Shades of Granite Green #93885C
Tints of Granite Green #93885C
RGB
CMYK
RGB Variations
Color information
#93885C (or 0x93885C) is known color: Granite Green. HEX triplet: 93, 88 and 5C. RGB value is (147,136,92). Sum of RGB (Red+Green+Blue) = 147+136+92=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #93885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93885C is #6C77A3. Grayscale: #868686. Windows color (decimal): -7108516 or 6064275. OLE color: 6064275.
HSL color Cylindrical-coordinate representation of color #93885C: hue angle of 48º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93885C is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 136 | 92 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.42 |
| HSL | 48º | 0.23% | 0.47% | - |
| HSV(B) | 48º | 0.37% | 0.58% | - |
| XYZ | 22.77 | 24.58 | 13.67 | - |
| YUV | 134.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 92 | 0 | 0.07 | 0.37 | 0.42 | 48 | 0.23 | 0.47 |
| Hex | 93 | 88 | 5C | 0 | 7 | 25 | 2A | 30 | 17 | 2F |
| Octal | 223 | 210 | 134 | 0 | 7 | 45 | 52 | 60 | 27 | 57 |
| Binary | 10010011 | 10001000 | 1011100 | 0 | 111 | 100101 | 101010 | 110000 | 10111 | 101111 |
Color Harmonies of #93885C
Complementary color
Monochromatic Colors of #93885C
Black with #93885C
Text Example
Text Example
White with #93885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93885C; }
p { color: rgb(147,136,92); }
H1.HeaderClassName
{
color: #93885C;
}
.AnyTagClassName
{
color: #93885C;
}
</style>
background-color css
<style>
a { background-color: #93885C; }
a { background-color: rgb(147,136,92); }
div.DivClassName
{
background-color: #93885C;
}
.BgClassName
{
background-color: #93885C;
}
</style>
border-color css
<style>
span { border-color: #93885C; }
span { border-color: rgb(147,136,92); }
td.TdClassName
{
border-color: #93885C;
}
.TagClassName
{
border-color: #93885C;
}
</style>