Shades of Granite Green #94855D
Tints of Granite Green #94855D
RGB
CMYK
RGB Variations
Color information
#94855D (or 0x94855D) is known color: Granite Green. HEX triplet: 94, 85 and 5D. RGB value is (148,133,93). Sum of RGB (Red+Green+Blue) = 148+133+93=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #94855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94855D is #6B7AA2. Grayscale: #858585. Windows color (decimal): -7043747 or 6129044. OLE color: 6129044.
HSL color Cylindrical-coordinate representation of color #94855D: hue angle of 43.64º 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 #94855D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 93 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.42 |
| HSL | 43.64º | 0.23% | 0.47% | - |
| HSV(B) | 43.64º | 0.37% | 0.58% | - |
| XYZ | 22.58 | 23.86 | 13.77 | - |
| YUV | 132.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 93 | 0 | 0.10 | 0.37 | 0.42 | 43.64 | 0.23 | 0.47 |
| Hex | 94 | 85 | 5D | 0 | A | 25 | 2A | 2C | 17 | 2F |
| Octal | 224 | 205 | 135 | 0 | 12 | 45 | 52 | 54 | 27 | 57 |
| Binary | 10010100 | 10000101 | 1011101 | 0 | 1010 | 100101 | 101010 | 101100 | 10111 | 101111 |
Color Harmonies of #94855D
Complementary color
Monochromatic Colors of #94855D
Black with #94855D
Text Example
Text Example
White with #94855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94855D; }
p { color: rgb(148,133,93); }
H1.HeaderClassName
{
color: #94855D;
}
.AnyTagClassName
{
color: #94855D;
}
</style>
background-color css
<style>
a { background-color: #94855D; }
a { background-color: rgb(148,133,93); }
div.DivClassName
{
background-color: #94855D;
}
.BgClassName
{
background-color: #94855D;
}
</style>
border-color css
<style>
span { border-color: #94855D; }
span { border-color: rgb(148,133,93); }
td.TdClassName
{
border-color: #94855D;
}
.TagClassName
{
border-color: #94855D;
}
</style>