Html Css Color HEX #937D70 Hemp

📋 copy color: '#937D70'

red 147 ◦ green 125 ◦ blue 112

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

Shades of Hemp #937D70

Tints of Hemp #937D70

RGB

 RED value IS 147 (57.81% from 255) = 38.28%

 GREEN value IS 125 (49.22% from 255) = 32.55%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 38.28%
G = 32.55%
B = 29.17%

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

#937D70 (or 0x937D70) is known color: Hemp. HEX triplet: 93, 7D and 70. RGB value is (147,125,112). Sum of RGB (Red+Green+Blue) = 147+125+112=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #937D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D70 is #6C828F. Grayscale: #828282. Windows color (decimal): -7111312 or 7372179. OLE color: 7372179.

HSL color Cylindrical-coordinate representation of color #937D70: 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 #937D70 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 125 112 -
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.29 22.04 18.41 -
YUV 130.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 147 125 112 0 0.15 0.24 0.42 22.29 0.14 0.51
Hex 93 7D 70 0 F 18 2A 16 E 33
Octal 223 175 160 0 17 30 52 26 16 63
Binary 10010011 1111101 1110000 0 1111 11000 101010 10110 1110 110011

Color Harmonies of #937D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D70

Black with #937D70

Text Example


Text Example

White with #937D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937D70; }

 p { color: rgb(147,125,112); }

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

background-color css

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

 a { background-color: rgb(147,125,112); }

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

border-color css

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

 span { border-color: rgb(147,125,112); }

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