#9D834E

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

Shades of Muesli #9D834E

Tints of Muesli #9D834E

Color information

#9D834E (or 0x9D834E) is unknown color: approx Muesli. HEX triplet: 9D, 83 and 4E. RGB value is (157,131,78). Sum of RGB (Red+Green+Blue) = 157+131+78=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D834E is #627CB1. Grayscale: #848484. Windows color (decimal): -6454450 or 5145501. OLE color: 5145501.

HSL color Cylindrical-coordinate representation of color #9D834E: hue angle of 40.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D834E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15713178-
CMYK00.170.500.38
HSL40.25º33.62%46.08%-
HSV(B)40.25º50.32%61.57%-
XYZ23.423.9510.6-
YUV132.7397.11145.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=42.90%
G=35.79%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571317800.170.500.3840.2533.6246.08
Hex9D834E011322628222e
Octal2352031160216246504256
Binary10011101100000111001110010001110010100110101000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D834E; }

 p { color: rgb(157,131,78); }

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

<style>
 a { background-color: #9D834E; }

 a { background-color: rgb(157,131,78); }

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

<style>
 span { border-color: #9D834E; }

 span { border-color: rgb(157,131,78); }

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