Html Css Color HEX #957A4D Muesli

📋 copy color: '#957A4D'

red 149 ◦ green 122 ◦ blue 77

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

Shades of Muesli #957A4D

Tints of Muesli #957A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 42.82%
G = 35.06%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#957A4D (or 0x957A4D) is known color: Muesli. HEX triplet: 95, 7A and 4D. RGB value is (149,122,77). Sum of RGB (Red+Green+Blue) = 149+122+77=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #957A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A4D is #6A85B2. Grayscale: #7D7D7D. Windows color (decimal): -6981043 or 5077653. OLE color: 5077653.

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

Color convert

RGB 149 122 77 -
CMYK 0 0.18 0.48 0.42
HSL 37.5º 0.32% 0.44% -
HSV(B) 37.5º 0.48% 0.58% -
XYZ 20.69 20.84 9.95 -
YUV 124.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 149 122 77 0 0.18 0.48 0.42 37.5 0.32 0.44
Hex 95 7A 4D 0 12 30 2A 26 20 2C
Octal 225 172 115 0 22 60 52 46 40 54
Binary 10010101 1111010 1001101 0 10010 110000 101010 100110 100000 101100

Color Harmonies of #957A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A4D

Black with #957A4D

Text Example


Text Example

White with #957A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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