#95804A

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

Shades of Muesli #95804A

Tints of Muesli #95804A

Color information

#95804A (or 0x95804A) is unknown color: approx Muesli. HEX triplet: 95, 80 and 4A. RGB value is (149,128,74). Sum of RGB (Red+Green+Blue) = 149+128+74=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #95804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95804A is #6A7FB5. Grayscale: #808080. Windows color (decimal): -6979510 or 4882581. OLE color: 4882581.

HSL color Cylindrical-coordinate representation of color #95804A: hue angle of 43.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95804A is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14912874-
CMYK00.140.500.42
HSL43.2º33.63%43.73%-
HSV(B)43.2º50.34%58.43%-
XYZ21.3522.329.66-
YUV128.1297.46142.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=42.45%
G=36.47%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491287400.140.500.4243.233.6343.73
Hex95804A0E322A2b222c
Octal2252001120166252534254
Binary1001010110000000100101001110110010101010101011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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