#92845F

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

Shades of Granite Green #92845F

Tints of Granite Green #92845F

Color information

#92845F (or 0x92845F) is unknown color: approx Granite Green. HEX triplet: 92, 84 and 5F. RGB value is (146,132,95). Sum of RGB (Red+Green+Blue) = 146+132+95=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92845F is #6D7BA0. Grayscale: #848484. Windows color (decimal): -7175073 or 6259858. OLE color: 6259858.

HSL color Cylindrical-coordinate representation of color #92845F: hue angle of 43.53º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92845F is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB14613295-
CMYK00.100.350.43
HSL43.53º21.16%47.25%-
HSV(B)43.53º34.93%57.25%-
XYZ22.1723.4414.18-
YUV131.97107.14138.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 95 (37.5% from 255) = 25.47%
R=39.14%
G=35.39%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461329500.100.350.4343.5321.1647.25
Hex92845F0A232B2c152f
Octal2222041370124353542557
Binary100100101000010010111110101010001110101110110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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