#9B7352

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

Shades of Pale Brown #9B7352

Tints of Pale Brown #9B7352

Color information

#9B7352 (or 0x9B7352) is unknown color: approx Pale Brown. HEX triplet: 9B, 73 and 52. RGB value is (155,115,82). Sum of RGB (Red+Green+Blue) = 155+115+82=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7352 is #648CAD. Grayscale: #7B7B7B. Windows color (decimal): -6589614 or 5403547. OLE color: 5403547.

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

Color convert

RGB15511582-
CMYK00.260.470.39
HSL27.12º30.8%46.47%-
HSV(B)27.12º47.1%60.78%-
XYZ21.1719.8410.7-
YUV123.2104.75150.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=44.03%
G=32.67%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551158200.260.470.3927.1230.846.47
Hex9B735201A2F271b1f2e
Octal2331631220325747333756
Binary10011011111001110100100110101011111001111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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