#93825D

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

Shades of Granite Green #93825D

Tints of Granite Green #93825D

Color information

#93825D (or 0x93825D) is unknown color: approx Granite Green. HEX triplet: 93, 82 and 5D. RGB value is (147,130,93). Sum of RGB (Red+Green+Blue) = 147+130+93=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93825D is #6C7DA2. Grayscale: #838383. Windows color (decimal): -7110051 or 6128275. OLE color: 6128275.

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

Color convert

RGB14713093-
CMYK00.120.370.42
HSL41.11º22.5%47.06%-
HSV(B)41.11º36.73%57.65%-
XYZ21.9922.9613.63-
YUV130.86106.63139.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=39.73%
G=35.14%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471309300.120.370.4241.1122.547.06
Hex93825D0C252A29172f
Octal2232021350144552512757
Binary100100111000001010111010110010010110101010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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