Html Css Color HEX #957E4B Muesli

📋 copy color: '#957E4B'

red 149 ◦ green 126 ◦ blue 75

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

Shades of Muesli #957E4B

Tints of Muesli #957E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 42.57%
G = 36%
B = 21.43%

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

#957E4B (or 0x957E4B) is known color: Muesli. HEX triplet: 95, 7E and 4B. RGB value is (149,126,75). Sum of RGB (Red+Green+Blue) = 149+126+75=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E4B is #6A81B4. Grayscale: #7F7F7F. Windows color (decimal): -6980021 or 4947605. OLE color: 4947605.

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

Color convert

RGB 149 126 75 -
CMYK 0 0.15 0.50 0.42
HSL 41.35º 0.33% 0.44% -
HSV(B) 41.35º 0.5% 0.58% -
XYZ 21.13 21.82 9.75 -
YUV 127.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 149 126 75 0 0.15 0.50 0.42 41.35 0.33 0.44
Hex 95 7E 4B 0 F 32 2A 29 21 2C
Octal 225 176 113 0 17 62 52 51 41 54
Binary 10010101 1111110 1001011 0 1111 110010 101010 101001 100001 101100

Color Harmonies of #957E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E4B

Black with #957E4B

Text Example


Text Example

White with #957E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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