#9B7149

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

Shades of Pale Brown #9B7149

Tints of Pale Brown #9B7149

Color information

#9B7149 (or 0x9B7149) is unknown color: approx Pale Brown. HEX triplet: 9B, 71 and 49. RGB value is (155,113,73). Sum of RGB (Red+Green+Blue) = 155+113+73=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7149 is #648EB6. Grayscale: #797979. Windows color (decimal): -6590135 or 4813211. OLE color: 4813211.

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

Color convert

RGB15511373-
CMYK00.270.530.39
HSL29.27º35.96%44.71%-
HSV(B)29.27º52.9%60.78%-
XYZ20.6319.268.93-
YUV121100.91152.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=45.45%
G=33.14%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551137300.270.530.3929.2735.9644.71
Hex9B714901B35271d242d
Octal2331611110336547354455
Binary100110111110001100100101101111010110011111101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,73); }

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

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

 a { background-color: rgb(155,113,73); }

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

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

 span { border-color: rgb(155,113,73); }

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