#92845E

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

Shades of Granite Green #92845E

Tints of Granite Green #92845E

Color information

#92845E (or 0x92845E) is unknown color: approx Granite Green. HEX triplet: 92, 84 and 5E. RGB value is (146,132,94). Sum of RGB (Red+Green+Blue) = 146+132+94=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #92845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92845E is #6D7BA1. Grayscale: #848484. Windows color (decimal): -7175074 or 6194322. OLE color: 6194322.

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

Color convert

RGB14613294-
CMYK00.100.360.43
HSL43.85º21.67%47.06%-
HSV(B)43.85º35.62%57.25%-
XYZ22.1323.4213.94-
YUV131.85106.64138.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.25%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 94 (37.11% from 255) = 25.27%
R=39.25%
G=35.48%
B=25.27%

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
Decimal1461329400.100.360.4343.8521.6747.06
Hex92845E0A242B2c162f
Octal2222041360124453542657
Binary100100101000010010111100101010010010101110110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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