Html Css Color HEX #947C4A Muesli

📋 copy color: '#947C4A'

red 148 ◦ green 124 ◦ blue 74

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

Shades of Muesli #947C4A

Tints of Muesli #947C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 42.77%
G = 35.84%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#947C4A (or 0x947C4A) is known color: Muesli. HEX triplet: 94, 7C and 4A. RGB value is (148,124,74). Sum of RGB (Red+Green+Blue) = 148+124+74=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #947C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C4A is #6B83B5. Grayscale: #7D7D7D. Windows color (decimal): -7046070 or 4881556. OLE color: 4881556.

HSL color Cylindrical-coordinate representation of color #947C4A: hue angle of 40.54º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #947C4A is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 74 -
CMYK 0 0.16 0.50 0.42
HSL 40.54º 0.33% 0.44% -
HSV(B) 40.54º 0.5% 0.58% -
XYZ 20.66 21.21 9.48 -
YUV 125.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 148 124 74 0 0.16 0.50 0.42 40.54 0.33 0.44
Hex 94 7C 4A 0 10 32 2A 29 21 2C
Octal 224 174 112 0 20 62 52 51 41 54
Binary 10010100 1111100 1001010 0 10000 110010 101010 101001 100001 101100

Color Harmonies of #947C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C4A

Black with #947C4A

Text Example


Text Example

White with #947C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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