Html Css Color HEX #957F5B Muesli

📋 copy color: '#957F5B'

red 149 ◦ green 127 ◦ blue 91

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

Shades of Muesli #957F5B

Tints of Muesli #957F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 40.6%
G = 34.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#957F5B (or 0x957F5B) is known color: Muesli. HEX triplet: 95, 7F and 5B. RGB value is (149,127,91). Sum of RGB (Red+Green+Blue) = 149+127+91=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F5B is #6A80A4. Grayscale: #818181. Windows color (decimal): -6979749 or 5996437. OLE color: 5996437.

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

Color convert

RGB 149 127 91 -
CMYK 0 0.15 0.39 0.42
HSL 37.24º 0.24% 0.47% -
HSV(B) 37.24º 0.39% 0.58% -
XYZ 21.87 22.32 13.05 -
YUV 129.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 149 127 91 0 0.15 0.39 0.42 37.24 0.24 0.47
Hex 95 7F 5B 0 F 27 2A 25 18 2F
Octal 225 177 133 0 17 47 52 45 30 57
Binary 10010101 1111111 1011011 0 1111 100111 101010 100101 11000 101111

Color Harmonies of #957F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F5B

Black with #957F5B

Text Example


Text Example

White with #957F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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