Html Css Color HEX #957F53 Muesli

📋 copy color: '#957F53'

red 149 ◦ green 127 ◦ blue 83

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

Shades of Muesli #957F53

Tints of Muesli #957F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 41.5%
G = 35.38%
B = 23.12%

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

#957F53 (or 0x957F53) is known color: Muesli. HEX triplet: 95, 7F and 53. RGB value is (149,127,83). Sum of RGB (Red+Green+Blue) = 149+127+83=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #957F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F53 is #6A80AC. Grayscale: #808080. Windows color (decimal): -6979757 or 5472149. OLE color: 5472149.

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

Color convert

RGB 149 127 83 -
CMYK 0 0.15 0.44 0.42
HSL 40º 0.28% 0.45% -
HSV(B) 40º 0.44% 0.58% -
XYZ 21.55 22.19 11.33 -
YUV 128.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 149 127 83 0 0.15 0.44 0.42 40 0.28 0.45
Hex 95 7F 53 0 F 2C 2A 28 1C 2D
Octal 225 177 123 0 17 54 52 50 34 55
Binary 10010101 1111111 1010011 0 1111 101100 101010 101000 11100 101101

Color Harmonies of #957F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F53

Black with #957F53

Text Example


Text Example

White with #957F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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