#92815F

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

Shades of Granite Green #92815F

Tints of Granite Green #92815F

Color information

#92815F (or 0x92815F) is unknown color: approx Granite Green. HEX triplet: 92, 81 and 5F. RGB value is (146,129,95). Sum of RGB (Red+Green+Blue) = 146+129+95=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #92815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92815F is #6D7EA0. Grayscale: #828282. Windows color (decimal): -7175841 or 6259090. OLE color: 6259090.

HSL color Cylindrical-coordinate representation of color #92815F: hue angle of 40º 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 #92815F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB14612995-
CMYK00.120.350.43
HSL40º21.16%47.25%-
HSV(B)40º34.93%57.25%-
XYZ21.7722.6414.05-
YUV130.21108.13139.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=39.46%
G=34.86%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461299500.120.350.434021.1647.25
Hex92815F0C232B28152f
Octal2222011370144353502557
Binary100100101000000110111110110010001110101110100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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