Html Css Color HEX #957C4C Muesli

📋 copy color: '#957C4C'

red 149 ◦ green 124 ◦ blue 76

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

Shades of Muesli #957C4C

Tints of Muesli #957C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 42.69%
G = 35.53%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#957C4C (or 0x957C4C) is known color: Muesli. HEX triplet: 95, 7C and 4C. RGB value is (149,124,76). Sum of RGB (Red+Green+Blue) = 149+124+76=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #957C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C4C is #6A83B3. Grayscale: #7E7E7E. Windows color (decimal): -6980532 or 5012629. OLE color: 5012629.

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

Color convert

RGB 149 124 76 -
CMYK 0 0.17 0.49 0.42
HSL 39.45º 0.32% 0.44% -
HSV(B) 39.45º 0.49% 0.58% -
XYZ 20.91 21.33 9.85 -
YUV 126 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 149 124 76 0 0.17 0.49 0.42 39.45 0.32 0.44
Hex 95 7C 4C 0 11 31 2A 27 20 2C
Octal 225 174 114 0 21 61 52 47 40 54
Binary 10010101 1111100 1001100 0 10001 110001 101010 100111 100000 101100

Color Harmonies of #957C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C4C

Black with #957C4C

Text Example


Text Example

White with #957C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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