#93835D

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

Shades of Granite Green #93835D

Tints of Granite Green #93835D

Color information

#93835D (or 0x93835D) is unknown color: approx Granite Green. HEX triplet: 93, 83 and 5D. RGB value is (147,131,93). Sum of RGB (Red+Green+Blue) = 147+131+93=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93835D is #6C7CA2. Grayscale: #838383. Windows color (decimal): -7109795 or 6128531. OLE color: 6128531.

HSL color Cylindrical-coordinate representation of color #93835D: hue angle of 42.22º 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 #93835D is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14713193-
CMYK00.110.370.42
HSL42.22º22.5%47.06%-
HSV(B)42.22º36.73%57.65%-
XYZ22.1223.2313.67-
YUV131.45106.3139.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=39.62%
G=35.31%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471319300.110.370.4242.2222.547.06
Hex93835D0B252A2a172f
Octal2232031350134552522757
Binary100100111000001110111010101110010110101010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93835D; }

 p { color: rgb(147,131,93); }

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

<style>
 a { background-color: #93835D; }

 a { background-color: rgb(147,131,93); }

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

<style>
 span { border-color: #93835D; }

 span { border-color: rgb(147,131,93); }

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