Html Css Color HEX #957E58 Muesli

📋 copy color: '#957E58'

red 149 ◦ green 126 ◦ blue 88

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

Shades of Muesli #957E58

Tints of Muesli #957E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 41.05%
G = 34.71%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#957E58 (or 0x957E58) is known color: Muesli. HEX triplet: 95, 7E and 58. RGB value is (149,126,88). Sum of RGB (Red+Green+Blue) = 149+126+88=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #957E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E58 is #6A81A7. Grayscale: #808080. Windows color (decimal): -6980008 or 5799573. OLE color: 5799573.

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

Color convert

RGB 149 126 88 -
CMYK 0 0.15 0.41 0.42
HSL 37.38º 0.26% 0.46% -
HSV(B) 37.38º 0.41% 0.58% -
XYZ 21.62 22.02 12.34 -
YUV 128.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 149 126 88 0 0.15 0.41 0.42 37.38 0.26 0.46
Hex 95 7E 58 0 F 29 2A 25 1A 2E
Octal 225 176 130 0 17 51 52 45 32 56
Binary 10010101 1111110 1011000 0 1111 101001 101010 100101 11010 101110

Color Harmonies of #957E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E58

Black with #957E58

Text Example


Text Example

White with #957E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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