Html Css Color HEX #958151 Muesli

📋 copy color: '#958151'

red 149 ◦ green 129 ◦ blue 81

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

Shades of Muesli #958151

Tints of Muesli #958151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.56%

R = 41.5%
G = 35.93%
B = 22.56%

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

#958151 (or 0x958151) is known color: Muesli. HEX triplet: 95, 81 and 51. RGB value is (149,129,81). Sum of RGB (Red+Green+Blue) = 149+129+81=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #958151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958151 is #6A7EAE. Grayscale: #818181. Windows color (decimal): -6979247 or 5341589. OLE color: 5341589.

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

Color convert

RGB 149 129 81 -
CMYK 0 0.13 0.46 0.42
HSL 42.35º 0.3% 0.45% -
HSV(B) 42.35º 0.46% 0.58% -
XYZ 21.73 22.68 11.02 -
YUV 129.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 149 129 81 0 0.13 0.46 0.42 42.35 0.3 0.45
Hex 95 81 51 0 D 2E 2A 2A 1E 2D
Octal 225 201 121 0 15 56 52 52 36 55
Binary 10010101 10000001 1010001 0 1101 101110 101010 101010 11110 101101

Color Harmonies of #958151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958151

Black with #958151

Text Example


Text Example

White with #958151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958151; }

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

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

background-color css

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

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

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

border-color css

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

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

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