#92835D

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

Shades of Granite Green #92835D

Tints of Granite Green #92835D

Color information

#92835D (or 0x92835D) is unknown color: approx Granite Green. HEX triplet: 92, 83 and 5D. RGB value is (146,131,93). Sum of RGB (Red+Green+Blue) = 146+131+93=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #92835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92835D is #6D7CA2. Grayscale: #838383. Windows color (decimal): -7175331 or 6128530. OLE color: 6128530.

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

Color convert

RGB14613193-
CMYK00.100.360.43
HSL43.02º22.18%46.86%-
HSV(B)43.02º36.3%57.25%-
XYZ21.9523.1313.66-
YUV131.15106.47138.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=39.46%
G=35.41%
B=25.14%

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
Decimal1461319300.100.360.4343.0222.1846.86
Hex92835D0A242B2b162f
Octal2222031350124453532657
Binary100100101000001110111010101010010010101110101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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