Shades of Granite Green #92835E
Tints of Granite Green #92835E
RGB
CMYK
RGB Variations
Color information
#92835E (or 0x92835E) is known color: Granite Green. HEX triplet: 92, 83 and 5E. RGB value is (146,131,94). Sum of RGB (Red+Green+Blue) = 146+131+94=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #92835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92835E is #6D7CA1. Grayscale: #838383. Windows color (decimal): -7175330 or 6194066. OLE color: 6194066.
HSL color Cylindrical-coordinate representation of color #92835E: hue angle of 42.69º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92835E is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 94 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.43 |
| HSL | 42.69º | 0.22% | 0.47% | - |
| HSV(B) | 42.69º | 0.36% | 0.57% | - |
| XYZ | 21.99 | 23.15 | 13.9 | - |
| YUV | 131.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 94 | 0 | 0.10 | 0.36 | 0.43 | 42.69 | 0.22 | 0.47 |
| Hex | 92 | 83 | 5E | 0 | A | 24 | 2B | 2B | 16 | 2F |
| Octal | 222 | 203 | 136 | 0 | 12 | 44 | 53 | 53 | 26 | 57 |
| Binary | 10010010 | 10000011 | 1011110 | 0 | 1010 | 100100 | 101011 | 101011 | 10110 | 101111 |
Color Harmonies of #92835E
Complementary color
Monochromatic Colors of #92835E
Black with #92835E
Text Example
Text Example
White with #92835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92835E; }
p { color: rgb(146,131,94); }
H1.HeaderClassName
{
color: #92835E;
}
.AnyTagClassName
{
color: #92835E;
}
</style>
background-color css
<style>
a { background-color: #92835E; }
a { background-color: rgb(146,131,94); }
div.DivClassName
{
background-color: #92835E;
}
.BgClassName
{
background-color: #92835E;
}
</style>
border-color css
<style>
span { border-color: #92835E; }
span { border-color: rgb(146,131,94); }
td.TdClassName
{
border-color: #92835E;
}
.TagClassName
{
border-color: #92835E;
}
</style>