#9B7555

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

Shades of Pale Brown #9B7555

Tints of Pale Brown #9B7555

Color information

#9B7555 (or 0x9B7555) is unknown color: approx Pale Brown. HEX triplet: 9B, 75 and 55. RGB value is (155,117,85). Sum of RGB (Red+Green+Blue) = 155+117+85=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7555 is #648AAA. Grayscale: #7C7C7C. Windows color (decimal): -6589099 or 5600667. OLE color: 5600667.

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

Color convert

RGB15511785-
CMYK00.250.450.39
HSL27.43º29.17%47.06%-
HSV(B)27.43º45.16%60.78%-
XYZ21.5220.3511.39-
YUV124.71105.59149.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.42%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=43.42%
G=32.77%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551178500.250.450.3927.4329.1747.06
Hex9B75550192D271b1d2f
Octal2331651250315547333557
Binary10011011111010110101010110011011011001111101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,85); }

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

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

 a { background-color: rgb(155,117,85); }

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

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

 span { border-color: rgb(155,117,85); }

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