#8B836E

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

Shades of Granite Green #8B836E

Tints of Granite Green #8B836E

Color information

#8B836E (or 0x8B836E) is unknown color: approx Granite Green. HEX triplet: 8B, 83 and 6E. RGB value is (139,131,110). Sum of RGB (Red+Green+Blue) = 139+131+110=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B836E is #747C91. Grayscale: #838383. Windows color (decimal): -7634066 or 7242635. OLE color: 7242635.

HSL color Cylindrical-coordinate representation of color #8B836E: hue angle of 43.45º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B836E is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB139131110-
CMYK00.060.210.45
HSL43.45º11.65%48.82%-
HSV(B)43.45º20.86%54.51%-
XYZ21.5822.8518.02-
YUV131116.15133.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=36.58%
G=34.47%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913111000.060.210.4543.4511.6548.82
Hex8B836E06152D2bc31
Octal213203156062555531461
Binary100010111000001111011100110101011011011010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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