Html Css Color HEX #947C57 Muesli

📋 copy color: '#947C57'

red 148 ◦ green 124 ◦ blue 87

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

Shades of Muesli #947C57

Tints of Muesli #947C57

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

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

R = 41.23%
G = 34.54%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#947C57 (or 0x947C57) is known color: Muesli. HEX triplet: 94, 7C and 57. RGB value is (148,124,87). Sum of RGB (Red+Green+Blue) = 148+124+87=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #947C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C57 is #6B83A8. Grayscale: #7F7F7F. Windows color (decimal): -7046057 or 5733524. OLE color: 5733524.

HSL color Cylindrical-coordinate representation of color #947C57: hue angle of 36.39º 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 #947C57 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 87 -
CMYK 0 0.16 0.41 0.42
HSL 36.39º 0.26% 0.46% -
HSV(B) 36.39º 0.41% 0.58% -
XYZ 21.14 21.4 12.03 -
YUV 126.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 148 124 87 0 0.16 0.41 0.42 36.39 0.26 0.46
Hex 94 7C 57 0 10 29 2A 24 1A 2E
Octal 224 174 127 0 20 51 52 44 32 56
Binary 10010100 1111100 1010111 0 10000 101001 101010 100100 11010 101110

Color Harmonies of #947C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C57

Black with #947C57

Text Example


Text Example

White with #947C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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