#9D8753

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

Shades of Muesli #9D8753

Tints of Muesli #9D8753

Color information

#9D8753 (or 0x9D8753) is unknown color: approx Muesli. HEX triplet: 9D, 87 and 53. RGB value is (157,135,83). Sum of RGB (Red+Green+Blue) = 157+135+83=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8753 is #6278AC. Grayscale: #878787. Windows color (decimal): -6453421 or 5474205. OLE color: 5474205.

HSL color Cylindrical-coordinate representation of color #9D8753: hue angle of 42.16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D8753 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB15713583-
CMYK00.140.470.38
HSL42.16º30.83%47.06%-
HSV(B)42.16º47.13%61.57%-
XYZ24.1325.1211.76-
YUV135.6598.29143.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=41.87%
G=36%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571358300.140.470.3842.1630.8347.06
Hex9D87530E2F262a1f2f
Octal2352071230165746523757
Binary100111011000011110100110111010111110011010101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,135,83); }

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

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

 a { background-color: rgb(157,135,83); }

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

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

 span { border-color: rgb(157,135,83); }

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