#92845D

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

Shades of Granite Green #92845D

Tints of Granite Green #92845D

Color information

#92845D (or 0x92845D) is unknown color: approx Granite Green. HEX triplet: 92, 84 and 5D. RGB value is (146,132,93). Sum of RGB (Red+Green+Blue) = 146+132+93=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #92845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92845D is #6D7BA2. Grayscale: #838383. Windows color (decimal): -7175075 or 6128786. OLE color: 6128786.

HSL color Cylindrical-coordinate representation of color #92845D: hue angle of 44.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 #92845D is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14613293-
CMYK00.100.360.43
HSL44.15º22.18%46.86%-
HSV(B)44.15º36.3%57.25%-
XYZ22.0823.413.71-
YUV131.74106.14138.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=39.35%
G=35.58%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461329300.100.360.4344.1522.1846.86
Hex92845D0A242B2c162f
Octal2222041350124453542657
Binary100100101000010010111010101010010010101110110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,132,93); }

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

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

 a { background-color: rgb(146,132,93); }

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

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

 span { border-color: rgb(146,132,93); }

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