Html Css Color HEX #947E71 Hemp

📋 copy color: '#947E71'

red 148 ◦ green 126 ◦ blue 113

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

Shades of Hemp #947E71

Tints of Hemp #947E71

RGB

 RED value IS 148 (58.2% from 255) = 38.24%

 GREEN value IS 126 (49.61% from 255) = 32.56%

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

R = 38.24%
G = 32.56%
B = 29.2%

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

#947E71 (or 0x947E71) is known color: Hemp. HEX triplet: 94, 7E and 71. RGB value is (148,126,113). Sum of RGB (Red+Green+Blue) = 148+126+113=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #947E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E71 is #6B818E. Grayscale: #838383. Windows color (decimal): -7045519 or 7437972. OLE color: 7437972.

HSL color Cylindrical-coordinate representation of color #947E71: hue angle of 22.29º degrees, saturation: 0.14, 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 #947E71 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 126 113 -
CMYK 0 0.15 0.24 0.42
HSL 22.29º 0.14% 0.51% -
HSV(B) 22.29º 0.24% 0.58% -
XYZ 22.65 22.41 18.75 -
YUV 131.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 148 126 113 0 0.15 0.24 0.42 22.29 0.14 0.51
Hex 94 7E 71 0 F 18 2A 16 E 33
Octal 224 176 161 0 17 30 52 26 16 63
Binary 10010100 1111110 1110001 0 1111 11000 101010 10110 1110 110011

Color Harmonies of #947E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E71

Black with #947E71

Text Example


Text Example

White with #947E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947E71; }

 p { color: rgb(148,126,113); }

 H1.HeaderClassName
 {
   color: #947E71;
 }
 .AnyTagClassName
 {
   color: #947E71;
 }
</style>

background-color css

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

 a { background-color: rgb(148,126,113); }

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

border-color css

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

 span { border-color: rgb(148,126,113); }

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