#9F725C

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

Shades of Toast #9F725C

Tints of Toast #9F725C

Color information

#9F725C (or 0x9F725C) is unknown color: approx Toast. HEX triplet: 9F, 72 and 5C. RGB value is (159,114,92). Sum of RGB (Red+Green+Blue) = 159+114+92=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F725C is #608DA3. Grayscale: #7D7D7D. Windows color (decimal): -6327716 or 6058655. OLE color: 6058655.

HSL color Cylindrical-coordinate representation of color #9F725C: hue angle of 19.7º 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 #9F725C is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB15911492-
CMYK00.280.420.38
HSL19.7º26.69%49.22%-
HSV(B)19.7º42.14%62.35%-
XYZ22.2520.1812.85-
YUV124.95109.41152.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.56%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 92 (36.33% from 255) = 25.21%
R=43.56%
G=31.23%
B=25.21%

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
Decimal1591149200.280.420.3819.726.6949.22
Hex9F725C01C2A26141b31
Octal2371621340345246243361
Binary10011111111001010111000111001010101001101010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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