Html Css Color HEX #957745 Muesli

📋 copy color: '#957745'

red 149 ◦ green 119 ◦ blue 69

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

Shades of Muesli #957745

Tints of Muesli #957745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.31%

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 44.21%
G = 35.31%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#957745 (or 0x957745) is known color: Muesli. HEX triplet: 95, 77 and 45. RGB value is (149,119,69). Sum of RGB (Red+Green+Blue) = 149+119+69=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #957745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957745 is #6A88BA. Grayscale: #7A7A7A. Windows color (decimal): -6981819 or 4552597. OLE color: 4552597.

HSL color Cylindrical-coordinate representation of color #957745: hue angle of 37.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #957745 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 69 -
CMYK 0 0.20 0.54 0.42
HSL 37.5º 0.37% 0.43% -
HSV(B) 37.5º 0.54% 0.58% -
XYZ 20.07 20.01 8.44 -
YUV 122.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 149 119 69 0 0.20 0.54 0.42 37.5 0.37 0.43
Hex 95 77 45 0 14 36 2A 26 25 2B
Octal 225 167 105 0 24 66 52 46 45 53
Binary 10010101 1110111 1000101 0 10100 110110 101010 100110 100101 101011

Color Harmonies of #957745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957745

Black with #957745

Text Example


Text Example

White with #957745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957745; }

 p { color: rgb(149,119,69); }

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

background-color css

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

 a { background-color: rgb(149,119,69); }

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

border-color css

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

 span { border-color: rgb(149,119,69); }

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