Html Css Color HEX #957C53 Muesli

📋 copy color: '#957C53'

red 149 ◦ green 124 ◦ blue 83

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

Shades of Muesli #957C53

Tints of Muesli #957C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 41.85%
G = 34.83%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#957C53 (or 0x957C53) is known color: Muesli. HEX triplet: 95, 7C and 53. RGB value is (149,124,83). Sum of RGB (Red+Green+Blue) = 149+124+83=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #957C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C53 is #6A83AC. Grayscale: #7E7E7E. Windows color (decimal): -6980525 or 5471381. OLE color: 5471381.

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

Color convert

RGB 149 124 83 -
CMYK 0 0.17 0.44 0.42
HSL 37.27º 0.28% 0.45% -
HSV(B) 37.27º 0.44% 0.58% -
XYZ 21.16 21.43 11.2 -
YUV 126.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 149 124 83 0 0.17 0.44 0.42 37.27 0.28 0.45
Hex 95 7C 53 0 11 2C 2A 25 1C 2D
Octal 225 174 123 0 21 54 52 45 34 55
Binary 10010101 1111100 1010011 0 10001 101100 101010 100101 11100 101101

Color Harmonies of #957C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C53

Black with #957C53

Text Example


Text Example

White with #957C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,83); }

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

background-color css

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

 a { background-color: rgb(149,124,83); }

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

border-color css

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

 span { border-color: rgb(149,124,83); }

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