Html Css Color HEX #947B51 Muesli

📋 copy color: '#947B51'

red 148 ◦ green 123 ◦ blue 81

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

Shades of Muesli #947B51

Tints of Muesli #947B51

RGB

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

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

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

R = 42.05%
G = 34.94%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#947B51 (or 0x947B51) is known color: Muesli. HEX triplet: 94, 7B and 51. RGB value is (148,123,81). Sum of RGB (Red+Green+Blue) = 148+123+81=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B51 is #6B84AE. Grayscale: #7D7D7D. Windows color (decimal): -7046319 or 5340052. OLE color: 5340052.

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

Color convert

RGB 148 123 81 -
CMYK 0 0.17 0.45 0.42
HSL 37.61º 0.29% 0.45% -
HSV(B) 37.61º 0.45% 0.58% -
XYZ 20.78 21.06 10.75 -
YUV 125.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 148 123 81 0 0.17 0.45 0.42 37.61 0.29 0.45
Hex 94 7B 51 0 11 2D 2A 26 1D 2D
Octal 224 173 121 0 21 55 52 46 35 55
Binary 10010100 1111011 1010001 0 10001 101101 101010 100110 11101 101101

Color Harmonies of #947B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B51

Black with #947B51

Text Example


Text Example

White with #947B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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