Html Css Color HEX #957B4E Muesli

📋 copy color: '#957B4E'

red 149 ◦ green 123 ◦ blue 78

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

Shades of Muesli #957B4E

Tints of Muesli #957B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 42.57%
G = 35.14%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#957B4E (or 0x957B4E) is known color: Muesli. HEX triplet: 95, 7B and 4E. RGB value is (149,123,78). Sum of RGB (Red+Green+Blue) = 149+123+78=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957B4E is #6A84B1. Grayscale: #7D7D7D. Windows color (decimal): -6980786 or 5143445. OLE color: 5143445.

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

Color convert

RGB 149 123 78 -
CMYK 0 0.17 0.48 0.42
HSL 38.03º 0.31% 0.45% -
HSV(B) 38.03º 0.48% 0.58% -
XYZ 20.85 21.11 10.18 -
YUV 125.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 149 123 78 0 0.17 0.48 0.42 38.03 0.31 0.45
Hex 95 7B 4E 0 11 30 2A 26 1F 2D
Octal 225 173 116 0 21 60 52 46 37 55
Binary 10010101 1111011 1001110 0 10001 110000 101010 100110 11111 101101

Color Harmonies of #957B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B4E

Black with #957B4E

Text Example


Text Example

White with #957B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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