Html Css Color HEX #947C52 Muesli

📋 copy color: '#947C52'

red 148 ◦ green 124 ◦ blue 82

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

Shades of Muesli #947C52

Tints of Muesli #947C52

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 41.81%
G = 35.03%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#947C52 (or 0x947C52) is known color: Muesli. HEX triplet: 94, 7C and 52. RGB value is (148,124,82). Sum of RGB (Red+Green+Blue) = 148+124+82=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #947C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C52 is #6B83AD. Grayscale: #7E7E7E. Windows color (decimal): -7046062 or 5405844. OLE color: 5405844.

HSL color Cylindrical-coordinate representation of color #947C52: hue angle of 38.18º 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 #947C52 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 82 -
CMYK 0 0.16 0.45 0.42
HSL 38.18º 0.29% 0.45% -
HSV(B) 38.18º 0.45% 0.58% -
XYZ 20.94 21.32 10.99 -
YUV 126.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 148 124 82 0 0.16 0.45 0.42 38.18 0.29 0.45
Hex 94 7C 52 0 10 2D 2A 26 1D 2D
Octal 224 174 122 0 20 55 52 46 35 55
Binary 10010100 1111100 1010010 0 10000 101101 101010 100110 11101 101101

Color Harmonies of #947C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C52

Black with #947C52

Text Example


Text Example

White with #947C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,124,82); }

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

background-color css

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

 a { background-color: rgb(148,124,82); }

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

border-color css

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

 span { border-color: rgb(148,124,82); }

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