#9B7345

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

Shades of Pale Brown #9B7345

Tints of Pale Brown #9B7345

Color information

#9B7345 (or 0x9B7345) is unknown color: approx Pale Brown. HEX triplet: 9B, 73 and 45. RGB value is (155,115,69). Sum of RGB (Red+Green+Blue) = 155+115+69=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7345 is #648CBA. Grayscale: #797979. Windows color (decimal): -6589627 or 4551579. OLE color: 4551579.

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

Color convert

RGB15511569-
CMYK00.260.550.39
HSL32.09º38.39%43.92%-
HSV(B)32.09º55.48%60.78%-
XYZ20.7219.668.33-
YUV121.7298.25151.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.72%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=45.72%
G=33.92%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551156900.260.550.3932.0938.3943.92
Hex9B734501A372720262c
Octal2331631050326747404654
Binary1001101111100111000101011010110111100111100000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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