#9B7355

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

Shades of Pale Brown #9B7355

Tints of Pale Brown #9B7355

Color information

#9B7355 (or 0x9B7355) is unknown color: approx Pale Brown. HEX triplet: 9B, 73 and 55. RGB value is (155,115,85). Sum of RGB (Red+Green+Blue) = 155+115+85=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7355 is #648CAA. Grayscale: #7B7B7B. Windows color (decimal): -6589611 or 5600155. OLE color: 5600155.

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

Color convert

RGB15511585-
CMYK00.260.450.39
HSL25.71º29.17%47.06%-
HSV(B)25.71º45.16%60.78%-
XYZ21.2919.8911.31-
YUV123.54106.25150.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=43.66%
G=32.39%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551158500.260.450.3925.7129.1747.06
Hex9B735501A2D271a1d2f
Octal2331631250325547323557
Binary10011011111001110101010110101011011001111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,115,85); }

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

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

 a { background-color: rgb(155,115,85); }

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

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

 span { border-color: rgb(155,115,85); }

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