#8B8363

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

Shades of Granite Green #8B8363

Tints of Granite Green #8B8363

Color information

#8B8363 (or 0x8B8363) is unknown color: approx Granite Green. HEX triplet: 8B, 83 and 63. RGB value is (139,131,99). Sum of RGB (Red+Green+Blue) = 139+131+99=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8363 is #747C9C. Grayscale: #818181. Windows color (decimal): -7634077 or 6521739. OLE color: 6521739.

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

Color convert

RGB13913199-
CMYK00.060.290.45
HSL48º16.81%46.67%-
HSV(B)48º28.78%54.51%-
XYZ21.0222.6215.06-
YUV129.74110.65134.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=37.67%
G=35.50%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391319900.060.290.454816.8146.67
Hex8B8363061D2D30112f
Octal213203143063555602157
Binary1000101110000011110001101101110110110111000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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