#9B7850

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

Shades of Pale Brown #9B7850

Tints of Pale Brown #9B7850

Color information

#9B7850 (or 0x9B7850) is unknown color: approx Pale Brown. HEX triplet: 9B, 78 and 50. RGB value is (155,120,80). Sum of RGB (Red+Green+Blue) = 155+120+80=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7850 is #6487AF. Grayscale: #7E7E7E. Windows color (decimal): -6588336 or 5273755. OLE color: 5273755.

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

Color convert

RGB15512080-
CMYK00.230.480.39
HSL32º31.91%46.08%-
HSV(B)32º48.39%60.78%-
XYZ21.6820.9810.5-
YUV125.9102.1148.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=43.66%
G=33.80%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551208000.230.480.393231.9146.08
Hex9B7850017302720202e
Octal2331701200276047404056
Binary1001101111110001010000010111110000100111100000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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