Html Css Color HEX #947E56 Muesli

📋 copy color: '#947E56'

red 148 ◦ green 126 ◦ blue 86

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

Shades of Muesli #947E56

Tints of Muesli #947E56

RGB

 RED value IS 148 (58.2% from 255) = 41.11%

 GREEN value IS 126 (49.61% from 255) = 35%

 BLUE value IS 86 (33.98% from 255) = 23.89%

R = 41.11%
G = 35%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#947E56 (or 0x947E56) is known color: Muesli. HEX triplet: 94, 7E and 56. RGB value is (148,126,86). Sum of RGB (Red+Green+Blue) = 148+126+86=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #947E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E56 is #6B81A9. Grayscale: #808080. Windows color (decimal): -7045546 or 5668500. OLE color: 5668500.

HSL color Cylindrical-coordinate representation of color #947E56: hue angle of 38.71º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #947E56 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 126 86 -
CMYK 0 0.15 0.42 0.42
HSL 38.71º 0.26% 0.46% -
HSV(B) 38.71º 0.42% 0.58% -
XYZ 21.35 21.89 11.9 -
YUV 128.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 148 126 86 0 0.15 0.42 0.42 38.71 0.26 0.46
Hex 94 7E 56 0 F 2A 2A 27 1A 2E
Octal 224 176 126 0 17 52 52 47 32 56
Binary 10010100 1111110 1010110 0 1111 101010 101010 100111 11010 101110

Color Harmonies of #947E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E56

Black with #947E56

Text Example


Text Example

White with #947E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947E56; }

 p { color: rgb(148,126,86); }

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

background-color css

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

 a { background-color: rgb(148,126,86); }

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

border-color css

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

 span { border-color: rgb(148,126,86); }

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