Html Css Color HEX #947D4B Muesli

📋 copy color: '#947D4B'

red 148 ◦ green 125 ◦ blue 75

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

Shades of Muesli #947D4B

Tints of Muesli #947D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 42.53%
G = 35.92%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#947D4B (or 0x947D4B) is known color: Muesli. HEX triplet: 94, 7D and 4B. RGB value is (148,125,75). Sum of RGB (Red+Green+Blue) = 148+125+75=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #947D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D4B is #6B82B4. Grayscale: #7E7E7E. Windows color (decimal): -7045813 or 4947348. OLE color: 4947348.

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

Color convert

RGB 148 125 75 -
CMYK 0 0.16 0.49 0.42
HSL 41.1º 0.33% 0.44% -
HSV(B) 41.1º 0.49% 0.58% -
XYZ 20.82 21.47 9.7 -
YUV 126.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 148 125 75 0 0.16 0.49 0.42 41.1 0.33 0.44
Hex 94 7D 4B 0 10 31 2A 29 21 2C
Octal 224 175 113 0 20 61 52 51 41 54
Binary 10010100 1111101 1001011 0 10000 110001 101010 101001 100001 101100

Color Harmonies of #947D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D4B

Black with #947D4B

Text Example


Text Example

White with #947D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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