Html Css Color HEX #958045 Muesli

📋 copy color: '#958045'

red 149 ◦ green 128 ◦ blue 69

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

Shades of Muesli #958045

Tints of Muesli #958045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 43.06%
G = 36.99%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#958045 (or 0x958045) is known color: Muesli. HEX triplet: 95, 80 and 45. RGB value is (149,128,69). Sum of RGB (Red+Green+Blue) = 149+128+69=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #958045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958045 is #6A7FBA. Grayscale: #7F7F7F. Windows color (decimal): -6979515 or 4554901. OLE color: 4554901.

HSL color Cylindrical-coordinate representation of color #958045: hue angle of 44.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #958045 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 69 -
CMYK 0 0.14 0.54 0.42
HSL 44.25º 0.37% 0.43% -
HSV(B) 44.25º 0.54% 0.58% -
XYZ 21.19 22.26 8.81 -
YUV 127.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 149 128 69 0 0.14 0.54 0.42 44.25 0.37 0.43
Hex 95 80 45 0 E 36 2A 2C 25 2B
Octal 225 200 105 0 16 66 52 54 45 53
Binary 10010101 10000000 1000101 0 1110 110110 101010 101100 100101 101011

Color Harmonies of #958045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958045

Black with #958045

Text Example


Text Example

White with #958045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958045; }

 p { color: rgb(149,128,69); }

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

background-color css

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

 a { background-color: rgb(149,128,69); }

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

border-color css

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

 span { border-color: rgb(149,128,69); }

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