Html Css Color HEX #957A4C Muesli

📋 copy color: '#957A4C'

red 149 ◦ green 122 ◦ blue 76

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

Shades of Muesli #957A4C

Tints of Muesli #957A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 42.94%
G = 35.16%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#957A4C (or 0x957A4C) is known color: Muesli. HEX triplet: 95, 7A and 4C. RGB value is (149,122,76). Sum of RGB (Red+Green+Blue) = 149+122+76=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #957A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A4C is #6A85B3. Grayscale: #7D7D7D. Windows color (decimal): -6981044 or 5012117. OLE color: 5012117.

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

Color convert

RGB 149 122 76 -
CMYK 0 0.18 0.49 0.42
HSL 37.81º 0.32% 0.44% -
HSV(B) 37.81º 0.49% 0.58% -
XYZ 20.66 20.83 9.77 -
YUV 124.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 149 122 76 0 0.18 0.49 0.42 37.81 0.32 0.44
Hex 95 7A 4C 0 12 31 2A 26 20 2C
Octal 225 172 114 0 22 61 52 46 40 54
Binary 10010101 1111010 1001100 0 10010 110001 101010 100110 100000 101100

Color Harmonies of #957A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A4C

Black with #957A4C

Text Example


Text Example

White with #957A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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