Html Css Color HEX #957A41 Muesli

📋 copy color: '#957A41'

red 149 ◦ green 122 ◦ blue 65

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

Shades of Muesli #957A41

Tints of Muesli #957A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 44.35%
G = 36.31%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#957A41 (or 0x957A41) is known color: Muesli. HEX triplet: 95, 7A and 41. RGB value is (149,122,65). Sum of RGB (Red+Green+Blue) = 149+122+65=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #957A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A41 is #6A85BE. Grayscale: #7B7B7B. Windows color (decimal): -6981055 or 4291221. OLE color: 4291221.

HSL color Cylindrical-coordinate representation of color #957A41: hue angle of 40.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #957A41 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 65 -
CMYK 0 0.18 0.56 0.42
HSL 40.71º 0.39% 0.42% -
HSV(B) 40.71º 0.56% 0.58% -
XYZ 20.31 20.69 7.92 -
YUV 123.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 149 122 65 0 0.18 0.56 0.42 40.71 0.39 0.42
Hex 95 7A 41 0 12 38 2A 29 27 2A
Octal 225 172 101 0 22 70 52 51 47 52
Binary 10010101 1111010 1000001 0 10010 111000 101010 101001 100111 101010

Color Harmonies of #957A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A41

Black with #957A41

Text Example


Text Example

White with #957A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,122,65); }

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

background-color css

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

 a { background-color: rgb(149,122,65); }

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

border-color css

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

 span { border-color: rgb(149,122,65); }

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