Html Css Color HEX #957A73 Hemp

📋 copy color: '#957A73'

red 149 ◦ green 122 ◦ blue 115

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

Shades of Hemp #957A73

Tints of Hemp #957A73

RGB

 RED value IS 149 (58.59% from 255) = 38.6%

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 38.6%
G = 31.61%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#957A73 (or 0x957A73) is known color: Hemp. HEX triplet: 95, 7A and 73. RGB value is (149,122,115). Sum of RGB (Red+Green+Blue) = 149+122+115=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #957A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A73 is #6A858C. Grayscale: #818181. Windows color (decimal): -6981005 or 7568021. OLE color: 7568021.

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

Color convert

RGB 149 122 115 -
CMYK 0 0.18 0.23 0.42
HSL 12.35º 0.14% 0.52% -
HSV(B) 12.35º 0.23% 0.58% -
XYZ 22.45 21.55 19.2 -
YUV 129.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 149 122 115 0 0.18 0.23 0.42 12.35 0.14 0.52
Hex 95 7A 73 0 12 17 2A C E 34
Octal 225 172 163 0 22 27 52 14 16 64
Binary 10010101 1111010 1110011 0 10010 10111 101010 1100 1110 110100

Color Harmonies of #957A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A73

Black with #957A73

Text Example


Text Example

White with #957A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A73; }

 p { color: rgb(149,122,115); }

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

background-color css

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

 a { background-color: rgb(149,122,115); }

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

border-color css

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

 span { border-color: rgb(149,122,115); }

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