#9B725D

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

Shades of Toast #9B725D

Tints of Toast #9B725D

Color information

#9B725D (or 0x9B725D) is unknown color: approx Toast. HEX triplet: 9B, 72 and 5D. RGB value is (155,114,93). Sum of RGB (Red+Green+Blue) = 155+114+93=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B725D is #648DA2. Grayscale: #7B7B7B. Windows color (decimal): -6589859 or 6124187. OLE color: 6124187.

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

Color convert

RGB15511493-
CMYK00.260.40.39
HSL20.32º25%48.63%-
HSV(B)20.32º40%60.78%-
XYZ21.5119.7913.04-
YUV123.86110.58150.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=42.82%
G=31.49%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551149300.260.40.3920.322548.63
Hex9B725D01A2827141931
Octal2331621350325047243161
Binary10011011111001010111010110101010001001111010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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