#88836E

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

Shades of Granite Green #88836E

Tints of Granite Green #88836E

Color information

#88836E (or 0x88836E) is unknown color: approx Granite Green. HEX triplet: 88, 83 and 6E. RGB value is (136,131,110). Sum of RGB (Red+Green+Blue) = 136+131+110=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #88836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88836E is #777C91. Grayscale: #828282. Windows color (decimal): -7830674 or 7242632. OLE color: 7242632.

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

Color convert

RGB136131110-
CMYK00.040.190.47
HSL48.46º10.57%48.24%-
HSV(B)48.46º19.12%53.33%-
XYZ21.0822.5918-
YUV130.1116.66132.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=36.07%
G=34.75%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613111000.040.190.4748.4610.5748.24
Hex88836E04132F30b30
Octal210203156042357601360
Binary100010001000001111011100100100111011111100001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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