#95805B

Color #95805B Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #95805B

Tints of Muesli #95805B

Color information

#95805B (or 0x95805B) is unknown color: approx Muesli. HEX triplet: 95, 80 and 5B. RGB value is (149,128,91). Sum of RGB (Red+Green+Blue) = 149+128+91=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #95805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95805B is #6A7FA4. Grayscale: #828282. Windows color (decimal): -6979493 or 5996693. OLE color: 5996693.

HSL color Cylindrical-coordinate representation of color #95805B: hue angle of 38.28º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95805B is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14912891-
CMYK00.140.390.42
HSL38.28º24.17%47.06%-
HSV(B)38.28º38.93%58.43%-
XYZ2222.5813.1-
YUV130.06105.96141.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=40.49%
G=34.78%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491289100.140.390.4238.2824.1747.06
Hex95805B0E272A26182f
Octal2252001330164752463057
Binary100101011000000010110110111010011110101010011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95805B; }

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

 H1.HeaderClassName
 {
   color: #95805B;
 }
 .AnyTagClassName
 {
   color: #95805B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #95805B;
 }
 .BgClassName
 {
   background-color: #95805B;
 }
</style>
border-color css

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

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

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