Html Css Color HEX #957F4A Muesli

📋 copy color: '#957F4A'

red 149 ◦ green 127 ◦ blue 74

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

Shades of Muesli #957F4A

Tints of Muesli #957F4A

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 42.57%
G = 36.29%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#957F4A (or 0x957F4A) is known color: Muesli. HEX triplet: 95, 7F and 4A. RGB value is (149,127,74). Sum of RGB (Red+Green+Blue) = 149+127+74=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F4A is #6A80B5. Grayscale: #7F7F7F. Windows color (decimal): -6979766 or 4882325. OLE color: 4882325.

HSL color Cylindrical-coordinate representation of color #957F4A: hue angle of 42.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #957F4A is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 127 74 -
CMYK 0 0.15 0.50 0.42
HSL 42.4º 0.34% 0.44% -
HSV(B) 42.4º 0.5% 0.58% -
XYZ 21.22 22.06 9.62 -
YUV 127.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 149 127 74 0 0.15 0.50 0.42 42.4 0.34 0.44
Hex 95 7F 4A 0 F 32 2A 2A 22 2C
Octal 225 177 112 0 17 62 52 52 42 54
Binary 10010101 1111111 1001010 0 1111 110010 101010 101010 100010 101100

Color Harmonies of #957F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F4A

Black with #957F4A

Text Example


Text Example

White with #957F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,74); }

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

background-color css

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

 a { background-color: rgb(149,127,74); }

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

border-color css

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

 span { border-color: rgb(149,127,74); }

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