Html Css Color HEX #957946 Muesli

📋 copy color: '#957946'

red 149 ◦ green 121 ◦ blue 70

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

Shades of Muesli #957946

Tints of Muesli #957946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.59%

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

R = 43.82%
G = 35.59%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#957946 (or 0x957946) is known color: Muesli. HEX triplet: 95, 79 and 46. RGB value is (149,121,70). Sum of RGB (Red+Green+Blue) = 149+121+70=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #957946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957946 is #6A86B9. Grayscale: #7B7B7B. Windows color (decimal): -6981306 or 4618645. OLE color: 4618645.

HSL color Cylindrical-coordinate representation of color #957946: hue angle of 38.73º 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 #957946 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 70 -
CMYK 0 0.19 0.53 0.42
HSL 38.73º 0.36% 0.43% -
HSV(B) 38.73º 0.53% 0.58% -
XYZ 20.34 20.51 8.68 -
YUV 123.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 149 121 70 0 0.19 0.53 0.42 38.73 0.36 0.43
Hex 95 79 46 0 13 35 2A 27 24 2B
Octal 225 171 106 0 23 65 52 47 44 53
Binary 10010101 1111001 1000110 0 10011 110101 101010 100111 100100 101011

Color Harmonies of #957946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957946

Black with #957946

Text Example


Text Example

White with #957946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957946; }

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

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

background-color css

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

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

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

border-color css

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

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

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