Shades of Granite Green #93805D
Tints of Granite Green #93805D
RGB
CMYK
RGB Variations
Color information
#93805D (or 0x93805D) is known color: Granite Green. HEX triplet: 93, 80 and 5D. RGB value is (147,128,93). Sum of RGB (Red+Green+Blue) = 147+128+93=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #93805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93805D is #6C7FA2. Grayscale: #818181. Windows color (decimal): -7110563 or 6127763. OLE color: 6127763.
HSL color Cylindrical-coordinate representation of color #93805D: hue angle of 38.89º degrees, saturation: 0.22, 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 #93805D is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 128 | 93 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.42 |
| HSL | 38.89º | 0.23% | 0.47% | - |
| HSV(B) | 38.89º | 0.37% | 0.58% | - |
| XYZ | 21.73 | 22.43 | 13.54 | - |
| YUV | 129.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 93 | 0 | 0.13 | 0.37 | 0.42 | 38.89 | 0.23 | 0.47 |
| Hex | 93 | 80 | 5D | 0 | D | 25 | 2A | 27 | 16 | 2F |
| Octal | 223 | 200 | 135 | 0 | 15 | 45 | 52 | 47 | 26 | 57 |
| Binary | 10010011 | 10000000 | 1011101 | 0 | 1101 | 100101 | 101010 | 100111 | 10110 | 101111 |
Color Harmonies of #93805D
Complementary color
Monochromatic Colors of #93805D
Black with #93805D
Text Example
Text Example
White with #93805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93805D; }
p { color: rgb(147,128,93); }
H1.HeaderClassName
{
color: #93805D;
}
.AnyTagClassName
{
color: #93805D;
}
</style>
background-color css
<style>
a { background-color: #93805D; }
a { background-color: rgb(147,128,93); }
div.DivClassName
{
background-color: #93805D;
}
.BgClassName
{
background-color: #93805D;
}
</style>
border-color css
<style>
span { border-color: #93805D; }
span { border-color: rgb(147,128,93); }
td.TdClassName
{
border-color: #93805D;
}
.TagClassName
{
border-color: #93805D;
}
</style>