Html Css Color HEX #947B4D Muesli

📋 copy color: '#947B4D'

red 148 ◦ green 123 ◦ blue 77

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

Shades of Muesli #947B4D

Tints of Muesli #947B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

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

R = 42.53%
G = 35.34%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#947B4D (or 0x947B4D) is known color: Muesli. HEX triplet: 94, 7B and 4D. RGB value is (148,123,77). Sum of RGB (Red+Green+Blue) = 148+123+77=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #947B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B4D is #6B84B2. Grayscale: #7D7D7D. Windows color (decimal): -7046323 or 5077908. OLE color: 5077908.

HSL color Cylindrical-coordinate representation of color #947B4D: hue angle of 38.87º 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 #947B4D is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 77 -
CMYK 0 0.17 0.48 0.42
HSL 38.87º 0.32% 0.44% -
HSV(B) 38.87º 0.48% 0.58% -
XYZ 20.64 21 9.99 -
YUV 125.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 148 123 77 0 0.17 0.48 0.42 38.87 0.32 0.44
Hex 94 7B 4D 0 11 30 2A 27 20 2C
Octal 224 173 115 0 21 60 52 47 40 54
Binary 10010100 1111011 1001101 0 10001 110000 101010 100111 100000 101100

Color Harmonies of #947B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B4D

Black with #947B4D

Text Example


Text Example

White with #947B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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