#9E725B

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

Shades of Toast #9E725B

Tints of Toast #9E725B

Color information

#9E725B (or 0x9E725B) is unknown color: approx Toast. HEX triplet: 9E, 72 and 5B. RGB value is (158,114,91). Sum of RGB (Red+Green+Blue) = 158+114+91=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E725B is #618DA4. Grayscale: #7C7C7C. Windows color (decimal): -6393253 or 5993118. OLE color: 5993118.

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

Color convert

RGB15811491-
CMYK00.280.420.38
HSL20.6º26.91%48.82%-
HSV(B)20.6º42.41%61.96%-
XYZ22.0120.0612.61-
YUV124.53109.08151.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.53%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=43.53%
G=31.40%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581149100.280.420.3820.626.9148.82
Hex9E725B01C2A26151b31
Octal2361621330345246253361
Binary10011110111001010110110111001010101001101010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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