Shades of Granite Green #90855D
Tints of Granite Green #90855D
RGB
CMYK
RGB Variations
Color information
#90855D (or 0x90855D) is known color: Granite Green. HEX triplet: 90, 85 and 5D. RGB value is (144,133,93). Sum of RGB (Red+Green+Blue) = 144+133+93=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #90855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90855D is #6F7AA2. Grayscale: #838383. Windows color (decimal): -7305891 or 6129040. OLE color: 6129040.
HSL color Cylindrical-coordinate representation of color #90855D: hue angle of 47.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90855D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 93 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.44 |
| HSL | 47.06º | 0.22% | 0.46% | - |
| HSV(B) | 47.06º | 0.35% | 0.56% | - |
| XYZ | 21.86 | 23.49 | 13.74 | - |
| YUV | 131.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 93 | 0 | 0.08 | 0.35 | 0.44 | 47.06 | 0.22 | 0.46 |
| Hex | 90 | 85 | 5D | 0 | 8 | 23 | 2C | 2F | 16 | 2E |
| Octal | 220 | 205 | 135 | 0 | 10 | 43 | 54 | 57 | 26 | 56 |
| Binary | 10010000 | 10000101 | 1011101 | 0 | 1000 | 100011 | 101100 | 101111 | 10110 | 101110 |
Color Harmonies of #90855D
Complementary color
Monochromatic Colors of #90855D
Black with #90855D
Text Example
Text Example
White with #90855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90855D; }
p { color: rgb(144,133,93); }
H1.HeaderClassName
{
color: #90855D;
}
.AnyTagClassName
{
color: #90855D;
}
</style>
background-color css
<style>
a { background-color: #90855D; }
a { background-color: rgb(144,133,93); }
div.DivClassName
{
background-color: #90855D;
}
.BgClassName
{
background-color: #90855D;
}
</style>
border-color css
<style>
span { border-color: #90855D; }
span { border-color: rgb(144,133,93); }
td.TdClassName
{
border-color: #90855D;
}
.TagClassName
{
border-color: #90855D;
}
</style>