#93855E

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

Shades of Granite Green #93855E

Tints of Granite Green #93855E

Color information

#93855E (or 0x93855E) is unknown color: approx Granite Green. HEX triplet: 93, 85 and 5E. RGB value is (147,133,94). Sum of RGB (Red+Green+Blue) = 147+133+94=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93855E is #6C7AA1. Grayscale: #848484. Windows color (decimal): -7109282 or 6194579. OLE color: 6194579.

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

Color convert

RGB14713394-
CMYK00.100.360.42
HSL44.15º21.99%47.25%-
HSV(B)44.15º36.05%57.65%-
XYZ22.4423.7914-
YUV132.74106.14138.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 94 (37.11% from 255) = 25.13%
R=39.30%
G=35.56%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471339400.100.360.4244.1521.9947.25
Hex93855E0A242A2c162f
Octal2232051360124452542657
Binary100100111000010110111100101010010010101010110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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