Html Css Color HEX #957C4D Muesli

📋 copy color: '#957C4D'

red 149 ◦ green 124 ◦ blue 77

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

Shades of Muesli #957C4D

Tints of Muesli #957C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 42.57%
G = 35.43%
B = 22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#957C4D (or 0x957C4D) is known color: Muesli. HEX triplet: 95, 7C and 4D. RGB value is (149,124,77). Sum of RGB (Red+Green+Blue) = 149+124+77=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C4D is #6A83B2. Grayscale: #7E7E7E. Windows color (decimal): -6980531 or 5078165. OLE color: 5078165.

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

Color convert

RGB 149 124 77 -
CMYK 0 0.17 0.48 0.42
HSL 39.17º 0.32% 0.44% -
HSV(B) 39.17º 0.48% 0.58% -
XYZ 20.94 21.34 10.04 -
YUV 126.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 149 124 77 0 0.17 0.48 0.42 39.17 0.32 0.44
Hex 95 7C 4D 0 11 30 2A 27 20 2C
Octal 225 174 115 0 21 60 52 47 40 54
Binary 10010101 1111100 1001101 0 10001 110000 101010 100111 100000 101100

Color Harmonies of #957C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C4D

Black with #957C4D

Text Example


Text Example

White with #957C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,77); }

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

background-color css

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

 a { background-color: rgb(149,124,77); }

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

border-color css

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

 span { border-color: rgb(149,124,77); }

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