Html Css Color HEX #947D5A Muesli

📋 copy color: '#947D5A'

red 148 ◦ green 125 ◦ blue 90

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

Shades of Muesli #947D5A

Tints of Muesli #947D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 40.77%
G = 34.44%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#947D5A (or 0x947D5A) is known color: Muesli. HEX triplet: 94, 7D and 5A. RGB value is (148,125,90). Sum of RGB (Red+Green+Blue) = 148+125+90=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #947D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D5A is #6B82A5. Grayscale: #808080. Windows color (decimal): -7045798 or 5930388. OLE color: 5930388.

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

Color convert

RGB 148 125 90 -
CMYK 0 0.16 0.39 0.42
HSL 36.21º 0.24% 0.47% -
HSV(B) 36.21º 0.39% 0.58% -
XYZ 21.39 21.7 12.73 -
YUV 127.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 148 125 90 0 0.16 0.39 0.42 36.21 0.24 0.47
Hex 94 7D 5A 0 10 27 2A 24 18 2F
Octal 224 175 132 0 20 47 52 44 30 57
Binary 10010100 1111101 1011010 0 10000 100111 101010 100100 11000 101111

Color Harmonies of #947D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D5A

Black with #947D5A

Text Example


Text Example

White with #947D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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