#92875C

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

Shades of Granite Green #92875C

Tints of Granite Green #92875C

Color information

#92875C (or 0x92875C) is unknown color: approx Granite Green. HEX triplet: 92, 87 and 5C. RGB value is (146,135,92). Sum of RGB (Red+Green+Blue) = 146+135+92=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92875C is #6D78A3. Grayscale: #858585. Windows color (decimal): -7174308 or 6064018. OLE color: 6064018.

HSL color Cylindrical-coordinate representation of color #92875C: hue angle of 47.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92875C is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14613592-
CMYK00.080.370.43
HSL47.78º22.69%46.67%-
HSV(B)47.78º36.99%57.25%-
XYZ22.4524.2113.62-
YUV133.39104.64137-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=39.14%
G=36.19%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461359200.080.370.4347.7822.6946.67
Hex92875C08252B30172f
Octal2222071340104553602757
Binary100100101000011110111000100010010110101111000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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