#9B7356

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

Shades of Pale Brown #9B7356

Tints of Pale Brown #9B7356

Color information

#9B7356 (or 0x9B7356) is unknown color: approx Pale Brown. HEX triplet: 9B, 73 and 56. RGB value is (155,115,86). Sum of RGB (Red+Green+Blue) = 155+115+86=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7356 is #648CA9. Grayscale: #7B7B7B. Windows color (decimal): -6589610 or 5665691. OLE color: 5665691.

HSL color Cylindrical-coordinate representation of color #9B7356: hue angle of 25.22º 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 #9B7356 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB15511586-
CMYK00.260.450.39
HSL25.22º28.63%47.25%-
HSV(B)25.22º44.52%60.78%-
XYZ21.3319.911.52-
YUV123.65106.75150.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=43.54%
G=32.30%
B=24.16%

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
Decimal1551158600.260.450.3925.2228.6347.25
Hex9B735601A2D27191d2f
Octal2331631260325547313557
Binary10011011111001110101100110101011011001111100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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