Html Css Color HEX #947F4D Muesli

📋 copy color: '#947F4D'

red 148 ◦ green 127 ◦ blue 77

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

Shades of Muesli #947F4D

Tints of Muesli #947F4D

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 42.05%
G = 36.08%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#947F4D (or 0x947F4D) is known color: Muesli. HEX triplet: 94, 7F and 4D. RGB value is (148,127,77). Sum of RGB (Red+Green+Blue) = 148+127+77=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F4D is #6B80B2. Grayscale: #7F7F7F. Windows color (decimal): -7045299 or 5078932. OLE color: 5078932.

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

Color convert

RGB 148 127 77 -
CMYK 0 0.14 0.48 0.42
HSL 42.25º 0.32% 0.44% -
HSV(B) 42.25º 0.48% 0.58% -
XYZ 21.14 22.01 10.16 -
YUV 127.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 148 127 77 0 0.14 0.48 0.42 42.25 0.32 0.44
Hex 94 7F 4D 0 E 30 2A 2A 20 2C
Octal 224 177 115 0 16 60 52 52 40 54
Binary 10010100 1111111 1001101 0 1110 110000 101010 101010 100000 101100

Color Harmonies of #947F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F4D

Black with #947F4D

Text Example


Text Example

White with #947F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,127,77); }

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

background-color css

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

 a { background-color: rgb(148,127,77); }

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

border-color css

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

 span { border-color: rgb(148,127,77); }

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