Shades of Granite Green #93845C
Tints of Granite Green #93845C
RGB
CMYK
RGB Variations
Color information
#93845C (or 0x93845C) is known color: Granite Green. HEX triplet: 93, 84 and 5C. RGB value is (147,132,92). Sum of RGB (Red+Green+Blue) = 147+132+92=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93845C is #6C7BA3. Grayscale: #848484. Windows color (decimal): -7109540 or 6063251. OLE color: 6063251.
HSL color Cylindrical-coordinate representation of color #93845C: hue angle of 43.64º 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 #93845C is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 132 | 92 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.42 |
| HSL | 43.64º | 0.23% | 0.47% | - |
| HSV(B) | 43.64º | 0.37% | 0.58% | - |
| XYZ | 22.22 | 23.48 | 13.49 | - |
| YUV | 131.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 92 | 0 | 0.10 | 0.37 | 0.42 | 43.64 | 0.23 | 0.47 |
| Hex | 93 | 84 | 5C | 0 | A | 25 | 2A | 2C | 17 | 2F |
| Octal | 223 | 204 | 134 | 0 | 12 | 45 | 52 | 54 | 27 | 57 |
| Binary | 10010011 | 10000100 | 1011100 | 0 | 1010 | 100101 | 101010 | 101100 | 10111 | 101111 |
Color Harmonies of #93845C
Complementary color
Monochromatic Colors of #93845C
Black with #93845C
Text Example
Text Example
White with #93845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93845C; }
p { color: rgb(147,132,92); }
H1.HeaderClassName
{
color: #93845C;
}
.AnyTagClassName
{
color: #93845C;
}
</style>
background-color css
<style>
a { background-color: #93845C; }
a { background-color: rgb(147,132,92); }
div.DivClassName
{
background-color: #93845C;
}
.BgClassName
{
background-color: #93845C;
}
</style>
border-color css
<style>
span { border-color: #93845C; }
span { border-color: rgb(147,132,92); }
td.TdClassName
{
border-color: #93845C;
}
.TagClassName
{
border-color: #93845C;
}
</style>