#88836D

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

Shades of Granite Green #88836D

Tints of Granite Green #88836D

Color information

#88836D (or 0x88836D) is unknown color: approx Granite Green. HEX triplet: 88, 83 and 6D. RGB value is (136,131,109). Sum of RGB (Red+Green+Blue) = 136+131+109=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88836D is #777C92. Grayscale: #828282. Windows color (decimal): -7830675 or 7177096. OLE color: 7177096.

HSL color Cylindrical-coordinate representation of color #88836D: hue angle of 48.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88836D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB136131109-
CMYK00.040.200.47
HSL48.89º11.02%48.04%-
HSV(B)48.89º19.85%53.33%-
XYZ21.0322.5717.72-
YUV129.99116.16132.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=36.17%
G=34.84%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613110900.040.200.4748.8911.0248.04
Hex88836D04142F31b30
Octal210203155042457611360
Binary100010001000001111011010100101001011111100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,131,109); }

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

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

 a { background-color: rgb(136,131,109); }

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

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

 span { border-color: rgb(136,131,109); }

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