#95807B

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

Shades of Hemp #95807B

Tints of Hemp #95807B

Color information

#95807B (or 0x95807B) is unknown color: approx Hemp. HEX triplet: 95, 80 and 7B. RGB value is (149,128,123). Sum of RGB (Red+Green+Blue) = 149+128+123=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #95807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95807B is #6A7F84. Grayscale: #858585. Windows color (decimal): -6979461 or 8093845. OLE color: 8093845.

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

Color convert

RGB149128123-
CMYK00.140.170.42
HSL11.54º10.92%53.33%-
HSV(B)11.54º17.45%58.43%-
XYZ23.6923.2621.98-
YUV133.71121.96138.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=37.25%
G=32%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912812300.140.170.4211.5410.9253.33
Hex95807B0E112Acb35
Octal2252001730162152141365
Binary10010101100000001111011011101000110101011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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