Html Css Color HEX #947C50 Muesli

📋 copy color: '#947C50'

red 148 ◦ green 124 ◦ blue 80

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

Shades of Muesli #947C50

Tints of Muesli #947C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 42.05%
G = 35.23%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#947C50 (or 0x947C50) is known color: Muesli. HEX triplet: 94, 7C and 50. RGB value is (148,124,80). Sum of RGB (Red+Green+Blue) = 148+124+80=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C50 is #6B83AF. Grayscale: #7E7E7E. Windows color (decimal): -7046064 or 5274772. OLE color: 5274772.

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

Color convert

RGB 148 124 80 -
CMYK 0 0.16 0.46 0.42
HSL 38.82º 0.3% 0.45% -
HSV(B) 38.82º 0.46% 0.58% -
XYZ 20.87 21.29 10.6 -
YUV 126.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 148 124 80 0 0.16 0.46 0.42 38.82 0.3 0.45
Hex 94 7C 50 0 10 2E 2A 27 1E 2D
Octal 224 174 120 0 20 56 52 47 36 55
Binary 10010100 1111100 1010000 0 10000 101110 101010 100111 11110 101101

Color Harmonies of #947C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C50

Black with #947C50

Text Example


Text Example

White with #947C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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