Html Css Color HEX #947A51 Muesli

📋 copy color: '#947A51'

red 148 ◦ green 122 ◦ blue 81

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

Shades of Muesli #947A51

Tints of Muesli #947A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.76%

 BLUE value IS 81 (32.03% from 255) = 23.08%

R = 42.17%
G = 34.76%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#947A51 (or 0x947A51) is known color: Muesli. HEX triplet: 94, 7A and 51. RGB value is (148,122,81). Sum of RGB (Red+Green+Blue) = 148+122+81=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #947A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A51 is #6B85AE. Grayscale: #7D7D7D. Windows color (decimal): -7046575 or 5339796. OLE color: 5339796.

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

Color convert

RGB 148 122 81 -
CMYK 0 0.18 0.45 0.42
HSL 36.72º 0.29% 0.45% -
HSV(B) 36.72º 0.45% 0.58% -
XYZ 20.66 20.81 10.71 -
YUV 125.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 148 122 81 0 0.18 0.45 0.42 36.72 0.29 0.45
Hex 94 7A 51 0 12 2D 2A 25 1D 2D
Octal 224 172 121 0 22 55 52 45 35 55
Binary 10010100 1111010 1010001 0 10010 101101 101010 100101 11101 101101

Color Harmonies of #947A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A51

Black with #947A51

Text Example


Text Example

White with #947A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,122,81); }

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

background-color css

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

 a { background-color: rgb(148,122,81); }

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

border-color css

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

 span { border-color: rgb(148,122,81); }

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