Html Css Color HEX #947B71 Hemp

📋 copy color: '#947B71'

red 148 ◦ green 123 ◦ blue 113

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

Shades of Hemp #947B71

Tints of Hemp #947B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 38.54%
G = 32.03%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#947B71 (or 0x947B71) is known color: Hemp. HEX triplet: 94, 7B and 71. RGB value is (148,123,113). Sum of RGB (Red+Green+Blue) = 148+123+113=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #947B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B71 is #6B848E. Grayscale: #818181. Windows color (decimal): -7046287 or 7437204. OLE color: 7437204.

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

Color convert

RGB 148 123 113 -
CMYK 0 0.17 0.24 0.42
HSL 17.14º 0.14% 0.51% -
HSV(B) 17.14º 0.24% 0.58% -
XYZ 22.28 21.65 18.63 -
YUV 129.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 148 123 113 0 0.17 0.24 0.42 17.14 0.14 0.51
Hex 94 7B 71 0 11 18 2A 11 E 33
Octal 224 173 161 0 21 30 52 21 16 63
Binary 10010100 1111011 1110001 0 10001 11000 101010 10001 1110 110011

Color Harmonies of #947B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B71

Black with #947B71

Text Example


Text Example

White with #947B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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