#92875E

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

Shades of Granite Green #92875E

Tints of Granite Green #92875E

Color information

#92875E (or 0x92875E) is unknown color: approx Granite Green. HEX triplet: 92, 87 and 5E. RGB value is (146,135,94). Sum of RGB (Red+Green+Blue) = 146+135+94=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #92875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92875E is #6D78A1. Grayscale: #858585. Windows color (decimal): -7174306 or 6195090. OLE color: 6195090.

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

Color convert

RGB14613594-
CMYK00.080.360.43
HSL47.31º21.67%47.06%-
HSV(B)47.31º35.62%57.25%-
XYZ22.5424.2514.08-
YUV133.61105.64136.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=38.93%
G=36%
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
Decimal1461359400.080.360.4347.3121.6747.06
Hex92875E08242B2f162f
Octal2222071360104453572657
Binary100100101000011110111100100010010010101110111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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