#8E855D

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

Shades of Granite Green #8E855D

Tints of Granite Green #8E855D

Color information

#8E855D (or 0x8E855D) is unknown color: approx Granite Green. HEX triplet: 8E, 85 and 5D. RGB value is (142,133,93). Sum of RGB (Red+Green+Blue) = 142+133+93=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E855D is #717AA2. Grayscale: #838383. Windows color (decimal): -7436963 or 6129038. OLE color: 6129038.

HSL color Cylindrical-coordinate representation of color #8E855D: hue angle of 48.98º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E855D is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14213393-
CMYK00.060.350.44
HSL48.98º20.85%46.08%-
HSV(B)48.98º34.51%55.69%-
XYZ21.5223.3213.72-
YUV131.13106.48135.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 93 (36.72% from 255) = 25.27%
R=38.59%
G=36.14%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421339300.060.350.4448.9820.8546.08
Hex8E855D06232C31152e
Octal216205135064354612556
Binary10001110100001011011101011010001110110011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E855D; }

 p { color: rgb(142,133,93); }

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

<style>
 a { background-color: #8E855D; }

 a { background-color: rgb(142,133,93); }

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

<style>
 span { border-color: #8E855D; }

 span { border-color: rgb(142,133,93); }

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