Html Css Color HEX #958051 Muesli

📋 copy color: '#958051'

red 149 ◦ green 128 ◦ blue 81

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

Shades of Muesli #958051

Tints of Muesli #958051

RGB

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

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

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

R = 41.62%
G = 35.75%
B = 22.63%

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

#958051 (or 0x958051) is known color: Muesli. HEX triplet: 95, 80 and 51. RGB value is (149,128,81). Sum of RGB (Red+Green+Blue) = 149+128+81=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #958051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958051 is #6A7FAE. Grayscale: #818181. Windows color (decimal): -6979503 or 5341333. OLE color: 5341333.

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

Color convert

RGB 149 128 81 -
CMYK 0 0.14 0.46 0.42
HSL 41.47º 0.3% 0.45% -
HSV(B) 41.47º 0.46% 0.58% -
XYZ 21.6 22.42 10.97 -
YUV 128.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 149 128 81 0 0.14 0.46 0.42 41.47 0.3 0.45
Hex 95 80 51 0 E 2E 2A 29 1E 2D
Octal 225 200 121 0 16 56 52 51 36 55
Binary 10010101 10000000 1010001 0 1110 101110 101010 101001 11110 101101

Color Harmonies of #958051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958051

Black with #958051

Text Example


Text Example

White with #958051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958051; }

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

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

background-color css

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

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

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

border-color css

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

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

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