#9B7955

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

Shades of Pale Brown #9B7955

Tints of Pale Brown #9B7955

Color information

#9B7955 (or 0x9B7955) is unknown color: approx Pale Brown. HEX triplet: 9B, 79 and 55. RGB value is (155,121,85). Sum of RGB (Red+Green+Blue) = 155+121+85=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7955 is #6486AA. Grayscale: #7F7F7F. Windows color (decimal): -6588075 or 5601691. OLE color: 5601691.

HSL color Cylindrical-coordinate representation of color #9B7955: hue angle of 30.86º 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 #9B7955 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB15512185-
CMYK00.220.450.39
HSL30.86º29.17%47.06%-
HSV(B)30.86º45.16%60.78%-
XYZ21.9921.311.55-
YUV127.06104.26147.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=42.94%
G=33.52%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551218500.220.450.3930.8629.1747.06
Hex9B79550162D271f1d2f
Octal2331711250265547373557
Binary10011011111100110101010101101011011001111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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