#95804E

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

Shades of Muesli #95804E

Tints of Muesli #95804E

Color information

#95804E (or 0x95804E) is unknown color: approx Muesli. HEX triplet: 95, 80 and 4E. RGB value is (149,128,78). Sum of RGB (Red+Green+Blue) = 149+128+78=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95804E is #6A7FB1. Grayscale: #808080. Windows color (decimal): -6979506 or 5144725. OLE color: 5144725.

HSL color Cylindrical-coordinate representation of color #95804E: hue angle of 42.25º 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 #95804E is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14912878-
CMYK00.140.480.42
HSL42.25º31.28%44.51%-
HSV(B)42.25º47.65%58.43%-
XYZ21.4922.3810.39-
YUV128.5899.46142.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=41.97%
G=36.06%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491287800.140.480.4242.2531.2844.51
Hex95804E0E302A2a1f2d
Octal2252001160166052523755
Binary100101011000000010011100111011000010101010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95804E; }

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

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

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

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

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

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

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

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