#9B8277

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

Shades of Hemp #9B8277

Tints of Hemp #9B8277

Color information

#9B8277 (or 0x9B8277) is unknown color: approx Hemp. HEX triplet: 9B, 82 and 77. RGB value is (155,130,119). Sum of RGB (Red+Green+Blue) = 155+130+119=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8277 is #647D88. Grayscale: #888888. Windows color (decimal): -6585737 or 7832219. OLE color: 7832219.

HSL color Cylindrical-coordinate representation of color #9B8277: hue angle of 18.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8277 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155130119-
CMYK00.160.230.39
HSL18.33º15.25%53.73%-
HSV(B)18.33º23.23%60.78%-
XYZ24.8324.2720.83-
YUV136.22118.28141.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.37%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=38.37%
G=32.18%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513011900.160.230.3918.3315.2553.73
Hex9B8277010172712f36
Octal2332021670202747221766
Binary1001101110000010111011101000010111100111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8277; }

 p { color: rgb(155,130,119); }

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

<style>
 a { background-color: #9B8277; }

 a { background-color: rgb(155,130,119); }

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

<style>
 span { border-color: #9B8277; }

 span { border-color: rgb(155,130,119); }

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