Html Css Color HEX #957E5B Muesli

📋 copy color: '#957E5B'

red 149 ◦ green 126 ◦ blue 91

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

Shades of Muesli #957E5B

Tints of Muesli #957E5B

RGB

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

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

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

R = 40.71%
G = 34.43%
B = 24.86%

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

#957E5B (or 0x957E5B) is known color: Muesli. HEX triplet: 95, 7E and 5B. RGB value is (149,126,91). Sum of RGB (Red+Green+Blue) = 149+126+91=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #957E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E5B is #6A81A4. Grayscale: #818181. Windows color (decimal): -6980005 or 5996181. OLE color: 5996181.

HSL color Cylindrical-coordinate representation of color #957E5B: hue angle of 36.21º 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 #957E5B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 91 -
CMYK 0 0.15 0.39 0.42
HSL 36.21º 0.24% 0.47% -
HSV(B) 36.21º 0.39% 0.58% -
XYZ 21.74 22.07 13.01 -
YUV 128.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 149 126 91 0 0.15 0.39 0.42 36.21 0.24 0.47
Hex 95 7E 5B 0 F 27 2A 24 18 2F
Octal 225 176 133 0 17 47 52 44 30 57
Binary 10010101 1111110 1011011 0 1111 100111 101010 100100 11000 101111

Color Harmonies of #957E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E5B

Black with #957E5B

Text Example


Text Example

White with #957E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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