#95837C

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

Shades of Hemp #95837C

Tints of Hemp #95837C

Color information

#95837C (or 0x95837C) is unknown color: approx Hemp. HEX triplet: 95, 83 and 7C. RGB value is (149,131,124). Sum of RGB (Red+Green+Blue) = 149+131+124=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95837C is #6A7C83. Grayscale: #878787. Windows color (decimal): -6978692 or 8160149. OLE color: 8160149.

HSL color Cylindrical-coordinate representation of color #95837C: hue angle of 16.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95837C is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149131124-
CMYK00.120.170.42
HSL16.8º10.55%53.53%-
HSV(B)16.8º16.78%58.43%-
XYZ24.1524.0822.44-
YUV135.58121.46137.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=36.88%
G=32.43%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913112400.120.170.4216.810.5553.53
Hex95837C0C112A11b36
Octal2252031740142152211366
Binary100101011000001111111000110010001101010100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95837C; }

 p { color: rgb(149,131,124); }

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

<style>
 a { background-color: #95837C; }

 a { background-color: rgb(149,131,124); }

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

<style>
 span { border-color: #95837C; }

 span { border-color: rgb(149,131,124); }

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