#9E725F

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

Shades of Toast #9E725F

Tints of Toast #9E725F

Color information

#9E725F (or 0x9E725F) is unknown color: approx Toast. HEX triplet: 9E, 72 and 5F. RGB value is (158,114,95). Sum of RGB (Red+Green+Blue) = 158+114+95=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E725F is #618DA0. Grayscale: #7D7D7D. Windows color (decimal): -6393249 or 6255262. OLE color: 6255262.

HSL color Cylindrical-coordinate representation of color #9E725F: hue angle of 18.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E725F is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15811495-
CMYK00.280.400.38
HSL18.1º24.9%49.61%-
HSV(B)18.1º39.87%61.96%-
XYZ22.1820.1313.54-
YUV124.99111.08151.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=43.05%
G=31.06%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581149500.280.400.3818.124.949.61
Hex9E725F01C2826121932
Octal2361621370345046223162
Binary10011110111001010111110111001010001001101001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,114,95); }

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

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

 a { background-color: rgb(158,114,95); }

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

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

 span { border-color: rgb(158,114,95); }

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