Html Css Color HEX #947C51 Muesli

📋 copy color: '#947C51'

red 148 ◦ green 124 ◦ blue 81

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

Shades of Muesli #947C51

Tints of Muesli #947C51

RGB

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

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

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

R = 41.93%
G = 35.13%
B = 22.95%

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

#947C51 (or 0x947C51) is known color: Muesli. HEX triplet: 94, 7C and 51. RGB value is (148,124,81). Sum of RGB (Red+Green+Blue) = 148+124+81=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #947C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C51 is #6B83AE. Grayscale: #7E7E7E. Windows color (decimal): -7046063 or 5340308. OLE color: 5340308.

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

Color convert

RGB 148 124 81 -
CMYK 0 0.16 0.45 0.42
HSL 38.51º 0.29% 0.45% -
HSV(B) 38.51º 0.45% 0.58% -
XYZ 20.91 21.31 10.8 -
YUV 126.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 148 124 81 0 0.16 0.45 0.42 38.51 0.29 0.45
Hex 94 7C 51 0 10 2D 2A 27 1D 2D
Octal 224 174 121 0 20 55 52 47 35 55
Binary 10010100 1111100 1010001 0 10000 101101 101010 100111 11101 101101

Color Harmonies of #947C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C51

Black with #947C51

Text Example


Text Example

White with #947C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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