Html Css Color HEX #947B48 Muesli

📋 copy color: '#947B48'

red 148 ◦ green 123 ◦ blue 72

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

Shades of Muesli #947B48

Tints of Muesli #947B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 43.15%
G = 35.86%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#947B48 (or 0x947B48) is known color: Muesli. HEX triplet: 94, 7B and 48. RGB value is (148,123,72). Sum of RGB (Red+Green+Blue) = 148+123+72=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #947B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B48 is #6B84B7. Grayscale: #7C7C7C. Windows color (decimal): -7046328 or 4750228. OLE color: 4750228.

HSL color Cylindrical-coordinate representation of color #947B48: hue angle of 40.26º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947B48 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 72 -
CMYK 0 0.17 0.51 0.42
HSL 40.26º 0.35% 0.43% -
HSV(B) 40.26º 0.51% 0.58% -
XYZ 20.47 20.93 9.09 -
YUV 124.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 148 123 72 0 0.17 0.51 0.42 40.26 0.35 0.43
Hex 94 7B 48 0 11 33 2A 28 23 2B
Octal 224 173 110 0 21 63 52 50 43 53
Binary 10010100 1111011 1001000 0 10001 110011 101010 101000 100011 101011

Color Harmonies of #947B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B48

Black with #947B48

Text Example


Text Example

White with #947B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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