Html Css Color HEX #958149 Muesli

📋 copy color: '#958149'

red 149 ◦ green 129 ◦ blue 73

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

Shades of Muesli #958149

Tints of Muesli #958149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.75%

 BLUE value IS 73 (28.91% from 255) = 20.8%

R = 42.45%
G = 36.75%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#958149 (or 0x958149) is known color: Muesli. HEX triplet: 95, 81 and 49. RGB value is (149,129,73). Sum of RGB (Red+Green+Blue) = 149+129+73=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #958149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958149 is #6A7EB6. Grayscale: #808080. Windows color (decimal): -6979255 or 4817301. OLE color: 4817301.

HSL color Cylindrical-coordinate representation of color #958149: hue angle of 44.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #958149 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 73 -
CMYK 0 0.13 0.51 0.42
HSL 44.21º 0.34% 0.44% -
HSV(B) 44.21º 0.51% 0.58% -
XYZ 21.45 22.57 9.53 -
YUV 128.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 149 129 73 0 0.13 0.51 0.42 44.21 0.34 0.44
Hex 95 81 49 0 D 33 2A 2C 22 2C
Octal 225 201 111 0 15 63 52 54 42 54
Binary 10010101 10000001 1001001 0 1101 110011 101010 101100 100010 101100

Color Harmonies of #958149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958149

Black with #958149

Text Example


Text Example

White with #958149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958149; }

 p { color: rgb(149,129,73); }

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

background-color css

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

 a { background-color: rgb(149,129,73); }

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

border-color css

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

 span { border-color: rgb(149,129,73); }

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