#987550

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

Shades of Pale Brown #987550

Tints of Pale Brown #987550

Color information

#987550 (or 0x987550) is unknown color: approx Pale Brown. HEX triplet: 98, 75 and 50. RGB value is (152,117,80). Sum of RGB (Red+Green+Blue) = 152+117+80=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #987550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987550 is #678AAF. Grayscale: #7B7B7B. Windows color (decimal): -6785712 or 5272984. OLE color: 5272984.

HSL color Cylindrical-coordinate representation of color #987550: hue angle of 30.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987550 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB15211780-
CMYK00.230.470.40
HSL30.83º31.03%45.49%-
HSV(B)30.83º47.37%59.61%-
XYZ20.7619.9810.35-
YUV123.25103.6148.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=43.55%
G=33.52%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521178000.230.470.4030.8331.0345.49
Hex9875500172F281f1f2d
Octal2301651200275750373755
Binary10011000111010110100000101111011111010001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987550; }

 p { color: rgb(152,117,80); }

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

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

 a { background-color: rgb(152,117,80); }

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

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

 span { border-color: rgb(152,117,80); }

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