Html Css Color HEX #958059 Muesli

📋 copy color: '#958059'

red 149 ◦ green 128 ◦ blue 89

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

Shades of Muesli #958059

Tints of Muesli #958059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.32%

R = 40.71%
G = 34.97%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#958059 (or 0x958059) is known color: Muesli. HEX triplet: 95, 80 and 59. RGB value is (149,128,89). Sum of RGB (Red+Green+Blue) = 149+128+89=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958059 is #6A7FA6. Grayscale: #828282. Windows color (decimal): -6979495 or 5865621. OLE color: 5865621.

HSL color Cylindrical-coordinate representation of color #958059: hue angle of 39º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958059 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 89 -
CMYK 0 0.14 0.40 0.42
HSL 39º 0.25% 0.47% -
HSV(B) 39º 0.4% 0.58% -
XYZ 21.92 22.55 12.65 -
YUV 129.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 149 128 89 0 0.14 0.40 0.42 39 0.25 0.47
Hex 95 80 59 0 E 28 2A 27 19 2F
Octal 225 200 131 0 16 50 52 47 31 57
Binary 10010101 10000000 1011001 0 1110 101000 101010 100111 11001 101111

Color Harmonies of #958059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958059

Black with #958059

Text Example


Text Example

White with #958059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958059; }

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

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

background-color css

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

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

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

border-color css

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

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

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