Html Css Color HEX #947E57 Muesli

📋 copy color: '#947E57'

red 148 ◦ green 126 ◦ blue 87

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

Shades of Muesli #947E57

Tints of Muesli #947E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.1%

R = 41%
G = 34.9%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#947E57 (or 0x947E57) is known color: Muesli. HEX triplet: 94, 7E and 57. RGB value is (148,126,87). Sum of RGB (Red+Green+Blue) = 148+126+87=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #947E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E57 is #6B81A8. Grayscale: #808080. Windows color (decimal): -7045545 or 5734036. OLE color: 5734036.

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

Color convert

RGB 148 126 87 -
CMYK 0 0.15 0.41 0.42
HSL 38.36º 0.26% 0.46% -
HSV(B) 38.36º 0.41% 0.58% -
XYZ 21.39 21.91 12.12 -
YUV 128.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 148 126 87 0 0.15 0.41 0.42 38.36 0.26 0.46
Hex 94 7E 57 0 F 29 2A 26 1A 2E
Octal 224 176 127 0 17 51 52 46 32 56
Binary 10010100 1111110 1010111 0 1111 101001 101010 100110 11010 101110

Color Harmonies of #947E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E57

Black with #947E57

Text Example


Text Example

White with #947E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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