Html Css Color HEX #958150 Muesli

📋 copy color: '#958150'

red 149 ◦ green 129 ◦ blue 80

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

Shades of Muesli #958150

Tints of Muesli #958150

RGB

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

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

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

R = 41.62%
G = 36.03%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#958150 (or 0x958150) is known color: Muesli. HEX triplet: 95, 81 and 50. RGB value is (149,129,80). Sum of RGB (Red+Green+Blue) = 149+129+80=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #958150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958150 is #6A7EAF. Grayscale: #818181. Windows color (decimal): -6979248 or 5276053. OLE color: 5276053.

HSL color Cylindrical-coordinate representation of color #958150: hue angle of 42.61º 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 #958150 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 80 -
CMYK 0 0.13 0.46 0.42
HSL 42.61º 0.3% 0.45% -
HSV(B) 42.61º 0.46% 0.58% -
XYZ 21.69 22.67 10.82 -
YUV 129.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 149 129 80 0 0.13 0.46 0.42 42.61 0.3 0.45
Hex 95 81 50 0 D 2E 2A 2B 1E 2D
Octal 225 201 120 0 15 56 52 53 36 55
Binary 10010101 10000001 1010000 0 1101 101110 101010 101011 11110 101101

Color Harmonies of #958150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958150

Black with #958150

Text Example


Text Example

White with #958150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958150; }

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

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

background-color css

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

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

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

border-color css

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

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

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