Html Css Color HEX #947D53 Muesli

📋 copy color: '#947D53'

red 148 ◦ green 125 ◦ blue 83

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

Shades of Muesli #947D53

Tints of Muesli #947D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 41.57%
G = 35.11%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#947D53 (or 0x947D53) is known color: Muesli. HEX triplet: 94, 7D and 53. RGB value is (148,125,83). Sum of RGB (Red+Green+Blue) = 148+125+83=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #947D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D53 is #6B82AC. Grayscale: #7F7F7F. Windows color (decimal): -7045805 or 5471636. OLE color: 5471636.

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

Color convert

RGB 148 125 83 -
CMYK 0 0.16 0.44 0.42
HSL 38.77º 0.28% 0.45% -
HSV(B) 38.77º 0.44% 0.58% -
XYZ 21.11 21.59 11.24 -
YUV 127.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 148 125 83 0 0.16 0.44 0.42 38.77 0.28 0.45
Hex 94 7D 53 0 10 2C 2A 27 1C 2D
Octal 224 175 123 0 20 54 52 47 34 55
Binary 10010100 1111101 1010011 0 10000 101100 101010 100111 11100 101101

Color Harmonies of #947D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D53

Black with #947D53

Text Example


Text Example

White with #947D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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