Html Css Color HEX #947D4E Muesli

📋 copy color: '#947D4E'

red 148 ◦ green 125 ◦ blue 78

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

Shades of Muesli #947D4E

Tints of Muesli #947D4E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

 BLUE value IS 78 (30.86% from 255) = 22.22%

R = 42.17%
G = 35.61%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#947D4E (or 0x947D4E) is known color: Muesli. HEX triplet: 94, 7D and 4E. RGB value is (148,125,78). Sum of RGB (Red+Green+Blue) = 148+125+78=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #947D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D4E is #6B82B1. Grayscale: #7E7E7E. Windows color (decimal): -7045810 or 5143956. OLE color: 5143956.

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

Color convert

RGB 148 125 78 -
CMYK 0 0.16 0.47 0.42
HSL 40.29º 0.31% 0.44% -
HSV(B) 40.29º 0.47% 0.58% -
XYZ 20.92 21.51 10.26 -
YUV 126.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 148 125 78 0 0.16 0.47 0.42 40.29 0.31 0.44
Hex 94 7D 4E 0 10 2F 2A 28 1F 2C
Octal 224 175 116 0 20 57 52 50 37 54
Binary 10010100 1111101 1001110 0 10000 101111 101010 101000 11111 101100

Color Harmonies of #947D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D4E

Black with #947D4E

Text Example


Text Example

White with #947D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,125,78); }

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

background-color css

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

 a { background-color: rgb(148,125,78); }

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

border-color css

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

 span { border-color: rgb(148,125,78); }

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