#9D745D

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

Shades of Toast #9D745D

Tints of Toast #9D745D

Color information

#9D745D (or 0x9D745D) is unknown color: approx Toast. HEX triplet: 9D, 74 and 5D. RGB value is (157,116,93). Sum of RGB (Red+Green+Blue) = 157+116+93=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D745D is #628BA2. Grayscale: #7D7D7D. Windows color (decimal): -6458275 or 6124701. OLE color: 6124701.

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

Color convert

RGB15711693-
CMYK00.260.410.38
HSL21.56º25.6%49.02%-
HSV(B)21.56º40.76%61.57%-
XYZ22.1320.4513.14-
YUV125.64109.58150.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=42.90%
G=31.69%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571169300.260.410.3821.5625.649.02
Hex9D745D01A2926161a31
Octal2351641350325146263261
Binary10011101111010010111010110101010011001101011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,116,93); }

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

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

 a { background-color: rgb(157,116,93); }

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

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

 span { border-color: rgb(157,116,93); }

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