#8B736B

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

Shades of Hemp #8B736B

Tints of Hemp #8B736B

Color information

#8B736B (or 0x8B736B) is unknown color: approx Hemp. HEX triplet: 8B, 73 and 6B. RGB value is (139,115,107). Sum of RGB (Red+Green+Blue) = 139+115+107=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B736B is #748C94. Grayscale: #797979. Windows color (decimal): -7638165 or 7041931. OLE color: 7041931.

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

Color convert

RGB139115107-
CMYK00.170.230.45
HSL15º13.01%48.24%-
HSV(B)15º23.02%54.51%-
XYZ19.4318.8116.52-
YUV121.26119.95140.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=38.50%
G=31.86%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911510700.170.230.451513.0148.24
Hex8B736B011172Dfd30
Octal2131631530212755171560
Binary10001011111001111010110100011011110110111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,107); }

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

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

 a { background-color: rgb(139,115,107); }

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

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

 span { border-color: rgb(139,115,107); }

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