Html Css Color HEX #947E5C Muesli

📋 copy color: '#947E5C'

red 148 ◦ green 126 ◦ blue 92

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

Shades of Muesli #947E5C

Tints of Muesli #947E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.14%

R = 40.44%
G = 34.43%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#947E5C (or 0x947E5C) is known color: Muesli. HEX triplet: 94, 7E and 5C. RGB value is (148,126,92). Sum of RGB (Red+Green+Blue) = 148+126+92=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #947E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E5C is #6B81A3. Grayscale: #808080. Windows color (decimal): -7045540 or 6061716. OLE color: 6061716.

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

Color convert

RGB 148 126 92 -
CMYK 0 0.15 0.38 0.42
HSL 36.43º 0.23% 0.47% -
HSV(B) 36.43º 0.38% 0.58% -
XYZ 21.61 21.99 13.23 -
YUV 128.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 148 126 92 0 0.15 0.38 0.42 36.43 0.23 0.47
Hex 94 7E 5C 0 F 26 2A 24 17 2F
Octal 224 176 134 0 17 46 52 44 27 57
Binary 10010100 1111110 1011100 0 1111 100110 101010 100100 10111 101111

Color Harmonies of #947E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E5C

Black with #947E5C

Text Example


Text Example

White with #947E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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