#92825E

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

Shades of Granite Green #92825E

Tints of Granite Green #92825E

Color information

#92825E (or 0x92825E) is unknown color: approx Granite Green. HEX triplet: 92, 82 and 5E. RGB value is (146,130,94). Sum of RGB (Red+Green+Blue) = 146+130+94=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #92825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92825E is #6D7DA1. Grayscale: #828282. Windows color (decimal): -7175586 or 6193810. OLE color: 6193810.

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

Color convert

RGB14613094-
CMYK00.110.360.43
HSL41.54º21.67%47.06%-
HSV(B)41.54º35.62%57.25%-
XYZ21.8622.8813.85-
YUV130.68107.3138.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=39.46%
G=35.14%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461309400.110.360.4341.5421.6747.06
Hex92825E0B242B2a162f
Octal2222021360134453522657
Binary100100101000001010111100101110010010101110101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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