#9F725F

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

Shades of Toast #9F725F

Tints of Toast #9F725F

Color information

#9F725F (or 0x9F725F) is unknown color: approx Toast. HEX triplet: 9F, 72 and 5F. RGB value is (159,114,95). Sum of RGB (Red+Green+Blue) = 159+114+95=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F725F is #608DA0. Grayscale: #7D7D7D. Windows color (decimal): -6327713 or 6255263. OLE color: 6255263.

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

Color convert

RGB15911495-
CMYK00.280.400.38
HSL17.81º25.2%49.8%-
HSV(B)17.81º40.25%62.35%-
XYZ22.3820.2313.55-
YUV125.29110.91152.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=43.21%
G=30.98%
B=25.82%

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
Decimal1591149500.280.400.3817.8125.249.8
Hex9F725F01C2826121932
Octal2371621370345046223162
Binary10011111111001010111110111001010001001101001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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