#95837B

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

Shades of Hemp #95837B

Tints of Hemp #95837B

Color information

#95837B (or 0x95837B) is unknown color: approx Hemp. HEX triplet: 95, 83 and 7B. RGB value is (149,131,123). Sum of RGB (Red+Green+Blue) = 149+131+123=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95837B is #6A7C84. Grayscale: #878787. Windows color (decimal): -6978693 or 8094613. OLE color: 8094613.

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

Color convert

RGB149131123-
CMYK00.120.170.42
HSL18.46º10.92%53.33%-
HSV(B)18.46º17.45%58.43%-
XYZ24.0924.0522.11-
YUV135.47120.96137.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=36.97%
G=32.51%
B=30.52%

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
Decimal14913112300.120.170.4218.4610.9253.33
Hex95837B0C112A12b35
Octal2252031730142152221365
Binary100101011000001111110110110010001101010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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