#93895C

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

Shades of Granite Green #93895C

Tints of Granite Green #93895C

Color information

#93895C (or 0x93895C) is unknown color: approx Granite Green. HEX triplet: 93, 89 and 5C. RGB value is (147,137,92). Sum of RGB (Red+Green+Blue) = 147+137+92=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #93895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93895C is #6C76A3. Grayscale: #878787. Windows color (decimal): -7108260 or 6064531. OLE color: 6064531.

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

Color convert

RGB14713792-
CMYK00.070.370.42
HSL49.09º23.01%46.86%-
HSV(B)49.09º37.41%57.65%-
XYZ22.9124.8713.72-
YUV134.86103.81136.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=39.10%
G=36.44%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471379200.070.370.4249.0923.0146.86
Hex93895C07252A31172f
Octal223211134074552612757
Binary10010011100010011011100011110010110101011000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,137,92); }

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

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

 a { background-color: rgb(147,137,92); }

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

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

 span { border-color: rgb(147,137,92); }

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