#9F735D

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

Shades of Toast #9F735D

Tints of Toast #9F735D

Color information

#9F735D (or 0x9F735D) is unknown color: approx Toast. HEX triplet: 9F, 73 and 5D. RGB value is (159,115,93). Sum of RGB (Red+Green+Blue) = 159+115+93=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F735D is #608CA2. Grayscale: #7D7D7D. Windows color (decimal): -6327459 or 6124447. OLE color: 6124447.

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

Color convert

RGB15911593-
CMYK00.280.420.38
HSL20º26.19%49.41%-
HSV(B)20º41.51%62.35%-
XYZ22.420.4213.12-
YUV125.65109.58151.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.32%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=43.32%
G=31.34%
B=25.34%

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
Decimal1591159300.280.420.382026.1949.41
Hex9F735D01C2A26141a31
Octal2371631350345246243261
Binary10011111111001110111010111001010101001101010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,115,93); }

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

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

 a { background-color: rgb(159,115,93); }

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

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

 span { border-color: rgb(159,115,93); }

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