Shades of Granite Green #94845D
Tints of Granite Green #94845D
RGB
CMYK
RGB Variations
Color information
#94845D (or 0x94845D) is known color: Granite Green. HEX triplet: 94, 84 and 5D. RGB value is (148,132,93). Sum of RGB (Red+Green+Blue) = 148+132+93=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #94845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94845D is #6B7BA2. Grayscale: #848484. Windows color (decimal): -7044003 or 6128788. OLE color: 6128788.
HSL color Cylindrical-coordinate representation of color #94845D: hue angle of 42.55º degrees, saturation: 0.23, 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 #94845D is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 93 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.42 |
| HSL | 42.55º | 0.23% | 0.47% | - |
| HSV(B) | 42.55º | 0.37% | 0.58% | - |
| XYZ | 22.44 | 23.59 | 13.73 | - |
| YUV | 132.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 93 | 0 | 0.11 | 0.37 | 0.42 | 42.55 | 0.23 | 0.47 |
| Hex | 94 | 84 | 5D | 0 | B | 25 | 2A | 2B | 17 | 2F |
| Octal | 224 | 204 | 135 | 0 | 13 | 45 | 52 | 53 | 27 | 57 |
| Binary | 10010100 | 10000100 | 1011101 | 0 | 1011 | 100101 | 101010 | 101011 | 10111 | 101111 |
Color Harmonies of #94845D
Complementary color
Monochromatic Colors of #94845D
Black with #94845D
Text Example
Text Example
White with #94845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94845D; }
p { color: rgb(148,132,93); }
H1.HeaderClassName
{
color: #94845D;
}
.AnyTagClassName
{
color: #94845D;
}
</style>
background-color css
<style>
a { background-color: #94845D; }
a { background-color: rgb(148,132,93); }
div.DivClassName
{
background-color: #94845D;
}
.BgClassName
{
background-color: #94845D;
}
</style>
border-color css
<style>
span { border-color: #94845D; }
span { border-color: rgb(148,132,93); }
td.TdClassName
{
border-color: #94845D;
}
.TagClassName
{
border-color: #94845D;
}
</style>