Html Css Color HEX #957F44 Muesli

📋 copy color: '#957F44'

red 149 ◦ green 127 ◦ blue 68

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

Shades of Muesli #957F44

Tints of Muesli #957F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 43.31%
G = 36.92%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#957F44 (or 0x957F44) is known color: Muesli. HEX triplet: 95, 7F and 44. RGB value is (149,127,68). Sum of RGB (Red+Green+Blue) = 149+127+68=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #957F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F44 is #6A80BB. Grayscale: #7F7F7F. Windows color (decimal): -6979772 or 4489109. OLE color: 4489109.

HSL color Cylindrical-coordinate representation of color #957F44: hue angle of 43.7º 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 #957F44 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 127 68 -
CMYK 0 0.15 0.54 0.42
HSL 43.7º 0.37% 0.43% -
HSV(B) 43.7º 0.54% 0.58% -
XYZ 21.03 21.99 8.6 -
YUV 126.85 94.79 143.8 -
System Red Green Blue C M Y K H S L
Decimal 149 127 68 0 0.15 0.54 0.42 43.7 0.37 0.43
Hex 95 7F 44 0 F 36 2A 2C 25 2B
Octal 225 177 104 0 17 66 52 54 45 53
Binary 10010101 1111111 1000100 0 1111 110110 101010 101100 100101 101011

Color Harmonies of #957F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F44

Black with #957F44

Text Example


Text Example

White with #957F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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