#9B725F

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

Shades of Toast #9B725F

Tints of Toast #9B725F

Color information

#9B725F (or 0x9B725F) is unknown color: approx Toast. HEX triplet: 9B, 72 and 5F. RGB value is (155,114,95). Sum of RGB (Red+Green+Blue) = 155+114+95=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B725F is #648DA0. Grayscale: #7C7C7C. Windows color (decimal): -6589857 or 6255259. OLE color: 6255259.

HSL color Cylindrical-coordinate representation of color #9B725F: hue angle of 19º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B725F is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB15511495-
CMYK00.260.390.39
HSL19º24%49.02%-
HSV(B)19º38.71%60.78%-
XYZ21.619.8313.52-
YUV124.09111.58150.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=42.58%
G=31.32%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551149500.260.390.39192449.02
Hex9B725F01A2727131831
Octal2331621370324747233061
Binary10011011111001010111110110101001111001111001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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