Html Css Color HEX #957F54 Muesli

📋 copy color: '#957F54'

red 149 ◦ green 127 ◦ blue 84

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

Shades of Muesli #957F54

Tints of Muesli #957F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.33%

R = 41.39%
G = 35.28%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#957F54 (or 0x957F54) is known color: Muesli. HEX triplet: 95, 7F and 54. RGB value is (149,127,84). Sum of RGB (Red+Green+Blue) = 149+127+84=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #957F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F54 is #6A80AB. Grayscale: #808080. Windows color (decimal): -6979756 or 5537685. OLE color: 5537685.

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

Color convert

RGB 149 127 84 -
CMYK 0 0.15 0.44 0.42
HSL 39.69º 0.28% 0.46% -
HSV(B) 39.69º 0.44% 0.58% -
XYZ 21.58 22.21 11.54 -
YUV 128.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 149 127 84 0 0.15 0.44 0.42 39.69 0.28 0.46
Hex 95 7F 54 0 F 2C 2A 28 1C 2E
Octal 225 177 124 0 17 54 52 50 34 56
Binary 10010101 1111111 1010100 0 1111 101100 101010 101000 11100 101110

Color Harmonies of #957F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F54

Black with #957F54

Text Example


Text Example

White with #957F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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