#93885E

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

Shades of Granite Green #93885E

Tints of Granite Green #93885E

Color information

#93885E (or 0x93885E) is unknown color: approx Granite Green. HEX triplet: 93, 88 and 5E. RGB value is (147,136,94). Sum of RGB (Red+Green+Blue) = 147+136+94=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #93885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93885E is #6C77A1. Grayscale: #868686. Windows color (decimal): -7108514 or 6195347. OLE color: 6195347.

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

Color convert

RGB14713694-
CMYK00.070.360.42
HSL47.55º21.99%47.25%-
HSV(B)47.55º36.05%57.65%-
XYZ22.8624.6214.14-
YUV134.5105.14136.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=38.99%
G=36.07%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471369400.070.360.4247.5521.9947.25
Hex93885E07242A30162f
Octal223210136074452602657
Binary10010011100010001011110011110010010101011000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,136,94); }

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

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

 a { background-color: rgb(147,136,94); }

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

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

 span { border-color: rgb(147,136,94); }

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