Html Css Color HEX #958050 Muesli

📋 copy color: '#958050'

red 149 ◦ green 128 ◦ blue 80

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

Shades of Muesli #958050

Tints of Muesli #958050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.85%

 BLUE value IS 80 (31.64% from 255) = 22.41%

R = 41.74%
G = 35.85%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#958050 (or 0x958050) is known color: Muesli. HEX triplet: 95, 80 and 50. RGB value is (149,128,80). Sum of RGB (Red+Green+Blue) = 149+128+80=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #958050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958050 is #6A7FAF. Grayscale: #818181. Windows color (decimal): -6979504 or 5275797. OLE color: 5275797.

HSL color Cylindrical-coordinate representation of color #958050: hue angle of 41.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #958050 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 80 -
CMYK 0 0.14 0.46 0.42
HSL 41.74º 0.3% 0.45% -
HSV(B) 41.74º 0.46% 0.58% -
XYZ 21.56 22.41 10.78 -
YUV 128.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 149 128 80 0 0.14 0.46 0.42 41.74 0.3 0.45
Hex 95 80 50 0 E 2E 2A 2A 1E 2D
Octal 225 200 120 0 16 56 52 52 36 55
Binary 10010101 10000000 1010000 0 1110 101110 101010 101010 11110 101101

Color Harmonies of #958050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958050

Black with #958050

Text Example


Text Example

White with #958050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958050; }

 p { color: rgb(149,128,80); }

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

background-color css

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

 a { background-color: rgb(149,128,80); }

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

border-color css

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

 span { border-color: rgb(149,128,80); }

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