Shades of Granite Green #92855F
Tints of Granite Green #92855F
RGB
CMYK
RGB Variations
Color information
#92855F (or 0x92855F) is known color: Granite Green. HEX triplet: 92, 85 and 5F. RGB value is (146,133,95). Sum of RGB (Red+Green+Blue) = 146+133+95=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #92855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92855F is #6D7AA0. Grayscale: #848484. Windows color (decimal): -7174817 or 6260114. OLE color: 6260114.
HSL color Cylindrical-coordinate representation of color #92855F: hue angle of 44.71º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92855F is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 95 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.43 |
| HSL | 44.71º | 0.21% | 0.47% | - |
| HSV(B) | 44.71º | 0.35% | 0.57% | - |
| XYZ | 22.31 | 23.71 | 14.23 | - |
| YUV | 132.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 95 | 0 | 0.09 | 0.35 | 0.43 | 44.71 | 0.21 | 0.47 |
| Hex | 92 | 85 | 5F | 0 | 9 | 23 | 2B | 2D | 15 | 2F |
| Octal | 222 | 205 | 137 | 0 | 11 | 43 | 53 | 55 | 25 | 57 |
| Binary | 10010010 | 10000101 | 1011111 | 0 | 1001 | 100011 | 101011 | 101101 | 10101 | 101111 |
Color Harmonies of #92855F
Complementary color
Monochromatic Colors of #92855F
Black with #92855F
Text Example
Text Example
White with #92855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92855F; }
p { color: rgb(146,133,95); }
H1.HeaderClassName
{
color: #92855F;
}
.AnyTagClassName
{
color: #92855F;
}
</style>
background-color css
<style>
a { background-color: #92855F; }
a { background-color: rgb(146,133,95); }
div.DivClassName
{
background-color: #92855F;
}
.BgClassName
{
background-color: #92855F;
}
</style>
border-color css
<style>
span { border-color: #92855F; }
span { border-color: rgb(146,133,95); }
td.TdClassName
{
border-color: #92855F;
}
.TagClassName
{
border-color: #92855F;
}
</style>