#9B7144

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

Shades of Pale Brown #9B7144

Tints of Pale Brown #9B7144

Color information

#9B7144 (or 0x9B7144) is unknown color: approx Pale Brown. HEX triplet: 9B, 71 and 44. RGB value is (155,113,68). Sum of RGB (Red+Green+Blue) = 155+113+68=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7144 is #648EBB. Grayscale: #787878. Windows color (decimal): -6590140 or 4485531. OLE color: 4485531.

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

Color convert

RGB15511368-
CMYK00.270.560.39
HSL31.03º39.01%43.73%-
HSV(B)31.03º56.13%60.78%-
XYZ20.4719.28.1-
YUV120.4398.41152.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 68 (26.95% from 255) = 20.24%
R=46.13%
G=33.63%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551136800.270.560.3931.0339.0143.73
Hex9B714401B38271f272c
Octal2331611040337047374754
Binary100110111110001100010001101111100010011111111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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