Html Css Color HEX #957E46 Muesli

📋 copy color: '#957E46'

red 149 ◦ green 126 ◦ blue 70

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

Shades of Muesli #957E46

Tints of Muesli #957E46

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.52%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 43.19%
G = 36.52%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#957E46 (or 0x957E46) is known color: Muesli. HEX triplet: 95, 7E and 46. RGB value is (149,126,70). Sum of RGB (Red+Green+Blue) = 149+126+70=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #957E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E46 is #6A81B9. Grayscale: #7E7E7E. Windows color (decimal): -6980026 or 4619925. OLE color: 4619925.

HSL color Cylindrical-coordinate representation of color #957E46: hue angle of 42.53º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #957E46 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 70 -
CMYK 0 0.15 0.53 0.42
HSL 42.53º 0.36% 0.43% -
HSV(B) 42.53º 0.53% 0.58% -
XYZ 20.96 21.75 8.89 -
YUV 126.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 149 126 70 0 0.15 0.53 0.42 42.53 0.36 0.43
Hex 95 7E 46 0 F 35 2A 2B 24 2B
Octal 225 176 106 0 17 65 52 53 44 53
Binary 10010101 1111110 1000110 0 1111 110101 101010 101011 100100 101011

Color Harmonies of #957E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E46

Black with #957E46

Text Example


Text Example

White with #957E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,126,70); }

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

background-color css

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

 a { background-color: rgb(149,126,70); }

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

border-color css

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

 span { border-color: rgb(149,126,70); }

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