#9B7353

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

Shades of Pale Brown #9B7353

Tints of Pale Brown #9B7353

Color information

#9B7353 (or 0x9B7353) is unknown color: approx Pale Brown. HEX triplet: 9B, 73 and 53. RGB value is (155,115,83). Sum of RGB (Red+Green+Blue) = 155+115+83=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7353 is #648CAC. Grayscale: #7B7B7B. Windows color (decimal): -6589613 or 5469083. OLE color: 5469083.

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

Color convert

RGB15511583-
CMYK00.260.460.39
HSL26.67º30.25%46.67%-
HSV(B)26.67º46.45%60.78%-
XYZ21.2119.8510.9-
YUV123.31105.25150.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=43.91%
G=32.58%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551158300.260.460.3926.6730.2546.67
Hex9B735301A2E271b1e2f
Octal2331631230325647333657
Binary10011011111001110100110110101011101001111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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