Html Css Color HEX #957A47 Muesli

📋 copy color: '#957A47'

red 149 ◦ green 122 ◦ blue 71

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

Shades of Muesli #957A47

Tints of Muesli #957A47

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.67%

 BLUE value IS 71 (28.13% from 255) = 20.76%

R = 43.57%
G = 35.67%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#957A47 (or 0x957A47) is known color: Muesli. HEX triplet: 95, 7A and 47. RGB value is (149,122,71). Sum of RGB (Red+Green+Blue) = 149+122+71=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #957A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A47 is #6A85B8. Grayscale: #7C7C7C. Windows color (decimal): -6981049 or 4684437. OLE color: 4684437.

HSL color Cylindrical-coordinate representation of color #957A47: hue angle of 39.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #957A47 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 71 -
CMYK 0 0.18 0.52 0.42
HSL 39.23º 0.35% 0.43% -
HSV(B) 39.23º 0.52% 0.58% -
XYZ 20.49 20.76 8.89 -
YUV 124.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 149 122 71 0 0.18 0.52 0.42 39.23 0.35 0.43
Hex 95 7A 47 0 12 34 2A 27 23 2B
Octal 225 172 107 0 22 64 52 47 43 53
Binary 10010101 1111010 1000111 0 10010 110100 101010 100111 100011 101011

Color Harmonies of #957A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A47

Black with #957A47

Text Example


Text Example

White with #957A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,122,71); }

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

background-color css

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

 a { background-color: rgb(149,122,71); }

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

border-color css

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

 span { border-color: rgb(149,122,71); }

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