Html Css Color HEX #957B46 Muesli

📋 copy color: '#957B46'

red 149 ◦ green 123 ◦ blue 70

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

Shades of Muesli #957B46

Tints of Muesli #957B46

RGB

 RED value IS 149 (58.59% from 255) = 43.57%

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

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 43.57%
G = 35.96%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#957B46 (or 0x957B46) is known color: Muesli. HEX triplet: 95, 7B and 46. RGB value is (149,123,70). Sum of RGB (Red+Green+Blue) = 149+123+70=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #957B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957B46 is #6A84B9. Grayscale: #7C7C7C. Windows color (decimal): -6980794 or 4619157. OLE color: 4619157.

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

Color convert

RGB 149 123 70 -
CMYK 0 0.17 0.53 0.42
HSL 40.25º 0.36% 0.43% -
HSV(B) 40.25º 0.53% 0.58% -
XYZ 20.58 21 8.76 -
YUV 124.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 149 123 70 0 0.17 0.53 0.42 40.25 0.36 0.43
Hex 95 7B 46 0 11 35 2A 28 24 2B
Octal 225 173 106 0 21 65 52 50 44 53
Binary 10010101 1111011 1000110 0 10001 110101 101010 101000 100100 101011

Color Harmonies of #957B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B46

Black with #957B46

Text Example


Text Example

White with #957B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957B46; }

 p { color: rgb(149,123,70); }

 H1.HeaderClassName
 {
   color: #957B46;
 }
 .AnyTagClassName
 {
   color: #957B46;
 }
</style>

background-color css

<style>
 a { background-color: #957B46; }

 a { background-color: rgb(149,123,70); }

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

border-color css

<style>
 span { border-color: #957B46; }

 span { border-color: rgb(149,123,70); }

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