#9B744D

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

Shades of Pale Brown #9B744D

Tints of Pale Brown #9B744D

Color information

#9B744D (or 0x9B744D) is unknown color: approx Pale Brown. HEX triplet: 9B, 74 and 4D. RGB value is (155,116,77). Sum of RGB (Red+Green+Blue) = 155+116+77=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B744D is #648BB2. Grayscale: #7B7B7B. Windows color (decimal): -6589363 or 5076123. OLE color: 5076123.

HSL color Cylindrical-coordinate representation of color #9B744D: hue angle of 30º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B744D is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB15511677-
CMYK00.250.500.39
HSL30º33.62%45.49%-
HSV(B)30º50.32%60.78%-
XYZ21.1209.77-
YUV123.22101.92150.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.54%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=44.54%
G=33.33%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551167700.250.500.393033.6245.49
Hex9B744D01932271e222d
Octal2331641150316247364255
Binary100110111110100100110101100111001010011111110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,116,77); }

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

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

 a { background-color: rgb(155,116,77); }

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

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

 span { border-color: rgb(155,116,77); }

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