Html Css Color HEX #957F73 Hemp

📋 copy color: '#957F73'

red 149 ◦ green 127 ◦ blue 115

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

Shades of Hemp #957F73

Tints of Hemp #957F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.41%

R = 38.11%
G = 32.48%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#957F73 (or 0x957F73) is known color: Hemp. HEX triplet: 95, 7F and 73. RGB value is (149,127,115). Sum of RGB (Red+Green+Blue) = 149+127+115=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #957F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F73 is #6A808C. Grayscale: #848484. Windows color (decimal): -6979725 or 7569301. OLE color: 7569301.

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

Color convert

RGB 149 127 115 -
CMYK 0 0.15 0.23 0.42
HSL 21.18º 0.14% 0.52% -
HSV(B) 21.18º 0.23% 0.58% -
XYZ 23.08 22.81 19.41 -
YUV 132.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 149 127 115 0 0.15 0.23 0.42 21.18 0.14 0.52
Hex 95 7F 73 0 F 17 2A 15 E 34
Octal 225 177 163 0 17 27 52 25 16 64
Binary 10010101 1111111 1110011 0 1111 10111 101010 10101 1110 110100

Color Harmonies of #957F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F73

Black with #957F73

Text Example


Text Example

White with #957F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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