Html Css Color HEX #957F57 Muesli

📋 copy color: '#957F57'

red 149 ◦ green 127 ◦ blue 87

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

Shades of Muesli #957F57

Tints of Muesli #957F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.97%

R = 41.05%
G = 34.99%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#957F57 (or 0x957F57) is known color: Muesli. HEX triplet: 95, 7F and 57. RGB value is (149,127,87). Sum of RGB (Red+Green+Blue) = 149+127+87=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #957F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F57 is #6A80A8. Grayscale: #818181. Windows color (decimal): -6979753 or 5734293. OLE color: 5734293.

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

Color convert

RGB 149 127 87 -
CMYK 0 0.15 0.42 0.42
HSL 38.71º 0.26% 0.46% -
HSV(B) 38.71º 0.42% 0.58% -
XYZ 21.7 22.26 12.17 -
YUV 129.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 149 127 87 0 0.15 0.42 0.42 38.71 0.26 0.46
Hex 95 7F 57 0 F 2A 2A 27 1A 2E
Octal 225 177 127 0 17 52 52 47 32 56
Binary 10010101 1111111 1010111 0 1111 101010 101010 100111 11010 101110

Color Harmonies of #957F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F57

Black with #957F57

Text Example


Text Example

White with #957F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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