Html Css Color HEX #957F71 Hemp

📋 copy color: '#957F71'

red 149 ◦ green 127 ◦ blue 113

#957F71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #957F71

Tints of Hemp #957F71

RGB

 RED value IS 149 (58.59% from 255) = 38.3%

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 113 (44.53% from 255) = 29.05%

R = 38.3%
G = 32.65%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#957F71 (or 0x957F71) is known color: Hemp. HEX triplet: 95, 7F and 71. RGB value is (149,127,113). Sum of RGB (Red+Green+Blue) = 149+127+113=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #957F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F71 is #6A808E. Grayscale: #848484. Windows color (decimal): -6979727 or 7438229. OLE color: 7438229.

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

Color convert

RGB 149 127 113 -
CMYK 0 0.15 0.24 0.42
HSL 23.33º 0.15% 0.51% -
HSV(B) 23.33º 0.24% 0.58% -
XYZ 22.96 22.76 18.81 -
YUV 131.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 149 127 113 0 0.15 0.24 0.42 23.33 0.15 0.51
Hex 95 7F 71 0 F 18 2A 17 F 33
Octal 225 177 161 0 17 30 52 27 17 63
Binary 10010101 1111111 1110001 0 1111 11000 101010 10111 1111 110011

Color Harmonies of #957F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F71

Black with #957F71

Text Example


Text Example

White with #957F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957F71; }

 p { color: rgb(149,127,113); }

 H1.HeaderClassName
 {
   color: #957F71;
 }
 .AnyTagClassName
 {
   color: #957F71;
 }
</style>

background-color css

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

 a { background-color: rgb(149,127,113); }

 div.DivClassName
 {
   background-color: #957F71;
 }
 .BgClassName
 {
   background-color: #957F71;
 }
</style>

border-color css

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

 span { border-color: rgb(149,127,113); }

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