#9B785A

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

Shades of Pale Brown #9B785A

Tints of Pale Brown #9B785A

Color information

#9B785A (or 0x9B785A) is unknown color: approx Pale Brown. HEX triplet: 9B, 78 and 5A. RGB value is (155,120,90). Sum of RGB (Red+Green+Blue) = 155+120+90=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B785A is #6487A5. Grayscale: #7F7F7F. Windows color (decimal): -6588326 or 5929115. OLE color: 5929115.

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

Color convert

RGB15512090-
CMYK00.230.420.39
HSL27.69º26.53%48.04%-
HSV(B)27.69º41.94%60.78%-
XYZ22.0821.1412.59-
YUV127.04107.1147.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=42.47%
G=32.88%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551209000.230.420.3927.6926.5348.04
Hex9B785A0172A271c1b30
Octal2331701320275247343360
Binary10011011111100010110100101111010101001111110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,120,90); }

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

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

 a { background-color: rgb(155,120,90); }

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

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

 span { border-color: rgb(155,120,90); }

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