Shades of Granite Green #93835E
Tints of Granite Green #93835E
RGB
CMYK
RGB Variations
Color information
#93835E (or 0x93835E) is known color: Granite Green. HEX triplet: 93, 83 and 5E. RGB value is (147,131,94). Sum of RGB (Red+Green+Blue) = 147+131+94=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93835E is #6C7CA1. Grayscale: #838383. Windows color (decimal): -7109794 or 6194067. OLE color: 6194067.
HSL color Cylindrical-coordinate representation of color #93835E: hue angle of 41.89º 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 #93835E is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 94 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.42 |
| HSL | 41.89º | 0.22% | 0.47% | - |
| HSV(B) | 41.89º | 0.36% | 0.58% | - |
| XYZ | 22.17 | 23.24 | 13.91 | - |
| YUV | 131.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 94 | 0 | 0.11 | 0.36 | 0.42 | 41.89 | 0.22 | 0.47 |
| Hex | 93 | 83 | 5E | 0 | B | 24 | 2A | 2A | 16 | 2F |
| Octal | 223 | 203 | 136 | 0 | 13 | 44 | 52 | 52 | 26 | 57 |
| Binary | 10010011 | 10000011 | 1011110 | 0 | 1011 | 100100 | 101010 | 101010 | 10110 | 101111 |
Color Harmonies of #93835E
Complementary color
Monochromatic Colors of #93835E
Black with #93835E
Text Example
Text Example
White with #93835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93835E; }
p { color: rgb(147,131,94); }
H1.HeaderClassName
{
color: #93835E;
}
.AnyTagClassName
{
color: #93835E;
}
</style>
background-color css
<style>
a { background-color: #93835E; }
a { background-color: rgb(147,131,94); }
div.DivClassName
{
background-color: #93835E;
}
.BgClassName
{
background-color: #93835E;
}
</style>
border-color css
<style>
span { border-color: #93835E; }
span { border-color: rgb(147,131,94); }
td.TdClassName
{
border-color: #93835E;
}
.TagClassName
{
border-color: #93835E;
}
</style>