#957570

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

Shades of Hemp #957570

Tints of Hemp #957570

Color information

#957570 (or 0x957570) is unknown color: approx Hemp. HEX triplet: 95, 75 and 70. RGB value is (149,117,112). Sum of RGB (Red+Green+Blue) = 149+117+112=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #957570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957570 is #6A8A8F. Grayscale: #7E7E7E. Windows color (decimal): -6982288 or 7370133. OLE color: 7370133.

HSL color Cylindrical-coordinate representation of color #957570: hue angle of 8.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957570 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149117112-
CMYK00.210.250.42
HSL8.11º14.86%51.18%-
HSV(B)8.11º24.83%58.43%-
XYZ21.6820.2818.1-
YUV126120.1144.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=39.42%
G=30.95%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911711200.210.250.428.1114.8651.18
Hex957570015192A8f33
Octal2251651600253152101763
Binary10010101111010111100000101011100110101010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957570; }

 p { color: rgb(149,117,112); }

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

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

 a { background-color: rgb(149,117,112); }

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

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

 span { border-color: rgb(149,117,112); }

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