#95814E

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

Shades of Muesli #95814E

Tints of Muesli #95814E

Color information

#95814E (or 0x95814E) is unknown color: approx Muesli. HEX triplet: 95, 81 and 4E. RGB value is (149,129,78). Sum of RGB (Red+Green+Blue) = 149+129+78=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95814E is #6A7EB1. Grayscale: #818181. Windows color (decimal): -6979250 or 5144981. OLE color: 5144981.

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

Color convert

RGB14912978-
CMYK00.130.480.42
HSL43.1º31.28%44.51%-
HSV(B)43.1º47.65%58.43%-
XYZ21.6222.6410.44-
YUV129.1799.13142.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.85%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=41.85%
G=36.24%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491297800.130.480.4243.131.2844.51
Hex95814E0D302A2b1f2d
Octal2252011160156052533755
Binary100101011000000110011100110111000010101010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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