Shades of Granite Green #95825E
Tints of Granite Green #95825E
RGB
CMYK
RGB Variations
Color information
#95825E (or 0x95825E) is known color: Granite Green. HEX triplet: 95, 82 and 5E. RGB value is (149,130,94). Sum of RGB (Red+Green+Blue) = 149+130+94=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95825E is #6A7DA1. Grayscale: #838383. Windows color (decimal): -6978978 or 6193813. OLE color: 6193813.
HSL color Cylindrical-coordinate representation of color #95825E: hue angle of 39.27º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95825E is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 94 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.42 |
| HSL | 39.27º | 0.23% | 0.48% | - |
| HSV(B) | 39.27º | 0.37% | 0.58% | - |
| XYZ | 22.4 | 23.16 | 13.88 | - |
| YUV | 131.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 94 | 0 | 0.13 | 0.37 | 0.42 | 39.27 | 0.23 | 0.48 |
| Hex | 95 | 82 | 5E | 0 | D | 25 | 2A | 27 | 17 | 30 |
| Octal | 225 | 202 | 136 | 0 | 15 | 45 | 52 | 47 | 27 | 60 |
| Binary | 10010101 | 10000010 | 1011110 | 0 | 1101 | 100101 | 101010 | 100111 | 10111 | 110000 |
Color Harmonies of #95825E
Complementary color
Monochromatic Colors of #95825E
Black with #95825E
Text Example
Text Example
White with #95825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95825E; }
p { color: rgb(149,130,94); }
H1.HeaderClassName
{
color: #95825E;
}
.AnyTagClassName
{
color: #95825E;
}
</style>
background-color css
<style>
a { background-color: #95825E; }
a { background-color: rgb(149,130,94); }
div.DivClassName
{
background-color: #95825E;
}
.BgClassName
{
background-color: #95825E;
}
</style>
border-color css
<style>
span { border-color: #95825E; }
span { border-color: rgb(149,130,94); }
td.TdClassName
{
border-color: #95825E;
}
.TagClassName
{
border-color: #95825E;
}
</style>