#95814F

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

Shades of Muesli #95814F

Tints of Muesli #95814F

Color information

#95814F (or 0x95814F) is unknown color: approx Muesli. HEX triplet: 95, 81 and 4F. RGB value is (149,129,79). Sum of RGB (Red+Green+Blue) = 149+129+79=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95814F is #6A7EB0. Grayscale: #818181. Windows color (decimal): -6979249 or 5210517. OLE color: 5210517.

HSL color Cylindrical-coordinate representation of color #95814F: hue angle of 42.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95814F is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14912979-
CMYK00.130.470.42
HSL42.86º30.7%44.71%-
HSV(B)42.86º46.98%58.43%-
XYZ21.6622.6510.63-
YUV129.2899.63142.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=41.74%
G=36.13%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491297900.130.470.4242.8630.744.71
Hex95814F0D2F2A2b1f2d
Octal2252011170155752533755
Binary100101011000000110011110110110111110101010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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