#95817B

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

Shades of Hemp #95817B

Tints of Hemp #95817B

Color information

#95817B (or 0x95817B) is unknown color: approx Hemp. HEX triplet: 95, 81 and 7B. RGB value is (149,129,123). Sum of RGB (Red+Green+Blue) = 149+129+123=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #95817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95817B is #6A7E84. Grayscale: #868686. Windows color (decimal): -6979205 or 8094101. OLE color: 8094101.

HSL color Cylindrical-coordinate representation of color #95817B: hue angle of 13.85º 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 #95817B is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149129123-
CMYK00.130.170.42
HSL13.85º10.92%53.33%-
HSV(B)13.85º17.45%58.43%-
XYZ23.8223.5222.02-
YUV134.3121.63138.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=37.16%
G=32.17%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912912300.130.170.4213.8510.9253.33
Hex95817B0D112Aeb35
Octal2252011730152152161365
Binary10010101100000011111011011011000110101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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