Html Css Color HEX #947974 Hemp

📋 copy color: '#947974'

red 148 ◦ green 121 ◦ blue 116

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

Shades of Hemp #947974

Tints of Hemp #947974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 38.44%
G = 31.43%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#947974 (or 0x947974) is known color: Hemp. HEX triplet: 94, 79 and 74. RGB value is (148,121,116). Sum of RGB (Red+Green+Blue) = 148+121+116=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #947974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947974 is #6B868B. Grayscale: #808080. Windows color (decimal): -7046796 or 7633300. OLE color: 7633300.

HSL color Cylindrical-coordinate representation of color #947974: hue angle of 9.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947974 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 121 116 -
CMYK 0 0.18 0.22 0.42
HSL 9.38º 0.13% 0.52% -
HSV(B) 9.38º 0.22% 0.58% -
XYZ 22.2 21.23 19.45 -
YUV 128.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 148 121 116 0 0.18 0.22 0.42 9.38 0.13 0.52
Hex 94 79 74 0 12 16 2A 9 D 34
Octal 224 171 164 0 22 26 52 11 15 64
Binary 10010100 1111001 1110100 0 10010 10110 101010 1001 1101 110100

Color Harmonies of #947974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947974

Black with #947974

Text Example


Text Example

White with #947974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947974; }

 p { color: rgb(148,121,116); }

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

background-color css

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

 a { background-color: rgb(148,121,116); }

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

border-color css

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

 span { border-color: rgb(148,121,116); }

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