Shades of Granite Green #93835D
Tints of Granite Green #93835D
RGB
CMYK
RGB Variations
Color information
#93835D (or 0x93835D) is known color: Granite Green. HEX triplet: 93, 83 and 5D. RGB value is (147,131,93). Sum of RGB (Red+Green+Blue) = 147+131+93=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93835D is #6C7CA2. Grayscale: #838383. Windows color (decimal): -7109795 or 6128531. OLE color: 6128531.
HSL color Cylindrical-coordinate representation of color #93835D: hue angle of 42.22º 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 #93835D is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 93 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.42 |
| HSL | 42.22º | 0.23% | 0.47% | - |
| HSV(B) | 42.22º | 0.37% | 0.58% | - |
| XYZ | 22.12 | 23.23 | 13.67 | - |
| YUV | 131.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 93 | 0 | 0.11 | 0.37 | 0.42 | 42.22 | 0.23 | 0.47 |
| Hex | 93 | 83 | 5D | 0 | B | 25 | 2A | 2A | 16 | 2F |
| Octal | 223 | 203 | 135 | 0 | 13 | 45 | 52 | 52 | 26 | 57 |
| Binary | 10010011 | 10000011 | 1011101 | 0 | 1011 | 100101 | 101010 | 101010 | 10110 | 101111 |
Color Harmonies of #93835D
Complementary color
Monochromatic Colors of #93835D
Black with #93835D
Text Example
Text Example
White with #93835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93835D; }
p { color: rgb(147,131,93); }
H1.HeaderClassName
{
color: #93835D;
}
.AnyTagClassName
{
color: #93835D;
}
</style>
background-color css
<style>
a { background-color: #93835D; }
a { background-color: rgb(147,131,93); }
div.DivClassName
{
background-color: #93835D;
}
.BgClassName
{
background-color: #93835D;
}
</style>
border-color css
<style>
span { border-color: #93835D; }
span { border-color: rgb(147,131,93); }
td.TdClassName
{
border-color: #93835D;
}
.TagClassName
{
border-color: #93835D;
}
</style>