Html Css Color HEX #947D4F Muesli

📋 copy color: '#947D4F'

red 148 ◦ green 125 ◦ blue 79

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

Shades of Muesli #947D4F

Tints of Muesli #947D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.44%

R = 42.05%
G = 35.51%
B = 22.44%

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

#947D4F (or 0x947D4F) is known color: Muesli. HEX triplet: 94, 7D and 4F. RGB value is (148,125,79). Sum of RGB (Red+Green+Blue) = 148+125+79=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D4F is #6B82B0. Grayscale: #7E7E7E. Windows color (decimal): -7045809 or 5209492. OLE color: 5209492.

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

Color convert

RGB 148 125 79 -
CMYK 0 0.16 0.47 0.42
HSL 40º 0.3% 0.45% -
HSV(B) 40º 0.47% 0.58% -
XYZ 20.96 21.53 10.45 -
YUV 126.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 148 125 79 0 0.16 0.47 0.42 40 0.3 0.45
Hex 94 7D 4F 0 10 2F 2A 28 1E 2D
Octal 224 175 117 0 20 57 52 50 36 55
Binary 10010100 1111101 1001111 0 10000 101111 101010 101000 11110 101101

Color Harmonies of #947D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D4F

Black with #947D4F

Text Example


Text Example

White with #947D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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