#91855D

Color #91855D Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #91855D

Tints of Granite Green #91855D

Color information

#91855D (or 0x91855D) is unknown color: approx Granite Green. HEX triplet: 91, 85 and 5D. RGB value is (145,133,93). Sum of RGB (Red+Green+Blue) = 145+133+93=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91855D is #6E7AA2. Grayscale: #848484. Windows color (decimal): -7240355 or 6129041. OLE color: 6129041.

HSL color Cylindrical-coordinate representation of color #91855D: hue angle of 46.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91855D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14513393-
CMYK00.080.360.43
HSL46.15º21.85%46.67%-
HSV(B)46.15º35.86%56.86%-
XYZ22.0423.5913.75-
YUV132.03105.98137.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=39.08%
G=35.85%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451339300.080.360.4346.1521.8546.67
Hex91855D08242B2e162f
Octal2212051350104453562657
Binary100100011000010110111010100010010010101110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91855D; }

 p { color: rgb(145,133,93); }

 H1.HeaderClassName
 {
   color: #91855D;
 }
 .AnyTagClassName
 {
   color: #91855D;
 }
</style>
background-color css

<style>
 a { background-color: #91855D; }

 a { background-color: rgb(145,133,93); }

 div.DivClassName
 {
   background-color: #91855D;
 }
 .BgClassName
 {
   background-color: #91855D;
 }
</style>
border-color css

<style>
 span { border-color: #91855D; }

 span { border-color: rgb(145,133,93); }

 td.TdClassName
 {
   border-color: #91855D;
 }
 .TagClassName
 {
   border-color: #91855D;
 }
</style>