#95814B

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

Shades of Muesli #95814B

Tints of Muesli #95814B

Color information

#95814B (or 0x95814B) is unknown color: approx Muesli. HEX triplet: 95, 81 and 4B. RGB value is (149,129,75). Sum of RGB (Red+Green+Blue) = 149+129+75=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95814B is #6A7EB4. Grayscale: #818181. Windows color (decimal): -6979253 or 4948373. OLE color: 4948373.

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

Color convert

RGB14912975-
CMYK00.130.500.42
HSL43.78º33.04%43.92%-
HSV(B)43.78º49.66%58.43%-
XYZ21.5122.69.88-
YUV128.8297.63142.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=42.21%
G=36.54%
B=21.25%

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
Decimal1491297500.130.500.4243.7833.0443.92
Hex95814B0D322A2c212c
Octal2252011130156252544154
Binary1001010110000001100101101101110010101010101100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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