#95814A

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

Shades of Muesli #95814A

Tints of Muesli #95814A

Color information

#95814A (or 0x95814A) is unknown color: approx Muesli. HEX triplet: 95, 81 and 4A. RGB value is (149,129,74). Sum of RGB (Red+Green+Blue) = 149+129+74=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #95814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95814A is #6A7EB5. Grayscale: #808080. Windows color (decimal): -6979254 or 4882837. OLE color: 4882837.

HSL color Cylindrical-coordinate representation of color #95814A: hue angle of 44º 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 #95814A is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14912974-
CMYK00.130.500.42
HSL44º33.63%43.73%-
HSV(B)44º50.34%58.43%-
XYZ21.4822.589.71-
YUV128.7197.13142.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=42.33%
G=36.65%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491297400.130.500.424433.6343.73
Hex95814A0D322A2c222c
Octal2252011120156252544254
Binary1001010110000001100101001101110010101010101100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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