Html Css Color HEX #917971 Hemp

📋 copy color: '#917971'

red 145 ◦ green 121 ◦ blue 113

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

Shades of Hemp #917971

Tints of Hemp #917971

RGB

 RED value IS 145 (57.03% from 255) = 38.26%

 GREEN value IS 121 (47.66% from 255) = 31.93%

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

R = 38.26%
G = 31.93%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#917971 (or 0x917971) is known color: Hemp. HEX triplet: 91, 79 and 71. RGB value is (145,121,113). Sum of RGB (Red+Green+Blue) = 145+121+113=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #917971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917971 is #6E868E. Grayscale: #7F7F7F. Windows color (decimal): -7243407 or 7436689. OLE color: 7436689.

HSL color Cylindrical-coordinate representation of color #917971: hue angle of 15º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917971 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 121 113 -
CMYK 0 0.17 0.22 0.43
HSL 15º 0.13% 0.51% -
HSV(B) 15º 0.22% 0.57% -
XYZ 21.5 20.89 18.52 -
YUV 127.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 145 121 113 0 0.17 0.22 0.43 15 0.13 0.51
Hex 91 79 71 0 11 16 2B F D 33
Octal 221 171 161 0 21 26 53 17 15 63
Binary 10010001 1111001 1110001 0 10001 10110 101011 1111 1101 110011

Color Harmonies of #917971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917971

Black with #917971

Text Example


Text Example

White with #917971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917971; }

 p { color: rgb(145,121,113); }

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

background-color css

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

 a { background-color: rgb(145,121,113); }

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

border-color css

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

 span { border-color: rgb(145,121,113); }

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