Html Css Color HEX #947C58 Muesli

📋 copy color: '#947C58'

red 148 ◦ green 124 ◦ blue 88

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

Shades of Muesli #947C58

Tints of Muesli #947C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.44%

R = 41.11%
G = 34.44%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#947C58 (or 0x947C58) is known color: Muesli. HEX triplet: 94, 7C and 58. RGB value is (148,124,88). Sum of RGB (Red+Green+Blue) = 148+124+88=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #947C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C58 is #6B83A7. Grayscale: #7F7F7F. Windows color (decimal): -7046056 or 5799060. OLE color: 5799060.

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

Color convert

RGB 148 124 88 -
CMYK 0 0.16 0.41 0.42
HSL 36º 0.25% 0.46% -
HSV(B) 36º 0.41% 0.58% -
XYZ 21.18 21.42 12.25 -
YUV 127.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 148 124 88 0 0.16 0.41 0.42 36 0.25 0.46
Hex 94 7C 58 0 10 29 2A 24 19 2E
Octal 224 174 130 0 20 51 52 44 31 56
Binary 10010100 1111100 1011000 0 10000 101001 101010 100100 11001 101110

Color Harmonies of #947C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C58

Black with #947C58

Text Example


Text Example

White with #947C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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