#93875E

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

Shades of Granite Green #93875E

Tints of Granite Green #93875E

Color information

#93875E (or 0x93875E) is unknown color: approx Granite Green. HEX triplet: 93, 87 and 5E. RGB value is (147,135,94). Sum of RGB (Red+Green+Blue) = 147+135+94=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #93875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93875E is #6C78A1. Grayscale: #868686. Windows color (decimal): -7108770 or 6195091. OLE color: 6195091.

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

Color convert

RGB14713594-
CMYK00.080.360.42
HSL46.42º21.99%47.25%-
HSV(B)46.42º36.05%57.65%-
XYZ22.7224.3414.09-
YUV133.91105.48137.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 94 (37.11% from 255) = 25%
R=39.10%
G=35.90%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471359400.080.360.4246.4221.9947.25
Hex93875E08242A2e162f
Octal2232071360104452562657
Binary100100111000011110111100100010010010101010111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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