#9F725B

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

Shades of Toast #9F725B

Tints of Toast #9F725B

Color information

#9F725B (or 0x9F725B) is unknown color: approx Toast. HEX triplet: 9F, 72 and 5B. RGB value is (159,114,91). Sum of RGB (Red+Green+Blue) = 159+114+91=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F725B is #608DA4. Grayscale: #7C7C7C. Windows color (decimal): -6327717 or 5993119. OLE color: 5993119.

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

Color convert

RGB15911491-
CMYK00.280.430.38
HSL20.29º27.2%49.02%-
HSV(B)20.29º42.77%62.35%-
XYZ22.220.1612.62-
YUV124.83108.91152.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.68%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 91 (35.94% from 255) = 25%
R=43.68%
G=31.32%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591149100.280.430.3820.2927.249.02
Hex9F725B01C2B26141b31
Octal2371621330345346243361
Binary10011111111001010110110111001010111001101010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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