Html Css Color HEX #958047 Muesli

📋 copy color: '#958047'

red 149 ◦ green 128 ◦ blue 71

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

Shades of Muesli #958047

Tints of Muesli #958047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 42.82%
G = 36.78%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#958047 (or 0x958047) is known color: Muesli. HEX triplet: 95, 80 and 47. RGB value is (149,128,71). Sum of RGB (Red+Green+Blue) = 149+128+71=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #958047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958047 is #6A7FB8. Grayscale: #808080. Windows color (decimal): -6979513 or 4685973. OLE color: 4685973.

HSL color Cylindrical-coordinate representation of color #958047: hue angle of 43.85º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #958047 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 71 -
CMYK 0 0.14 0.52 0.42
HSL 43.85º 0.35% 0.43% -
HSV(B) 43.85º 0.52% 0.58% -
XYZ 21.25 22.28 9.14 -
YUV 127.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 149 128 71 0 0.14 0.52 0.42 43.85 0.35 0.43
Hex 95 80 47 0 E 34 2A 2C 23 2B
Octal 225 200 107 0 16 64 52 54 43 53
Binary 10010101 10000000 1000111 0 1110 110100 101010 101100 100011 101011

Color Harmonies of #958047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958047

Black with #958047

Text Example


Text Example

White with #958047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958047; }

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

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

background-color css

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

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

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

border-color css

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

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

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