#987050

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

Shades of Pale Brown #987050

Tints of Pale Brown #987050

Color information

#987050 (or 0x987050) is unknown color: approx Pale Brown. HEX triplet: 98, 70 and 50. RGB value is (152,112,80). Sum of RGB (Red+Green+Blue) = 152+112+80=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #987050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987050 is #678FAF. Grayscale: #787878. Windows color (decimal): -6786992 or 5271704. OLE color: 5271704.

HSL color Cylindrical-coordinate representation of color #987050: hue angle of 26.67º 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 #987050 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB15211280-
CMYK00.260.470.40
HSL26.67º31.03%45.49%-
HSV(B)26.67º47.37%59.61%-
XYZ20.1918.8410.16-
YUV120.31105.25150.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=44.19%
G=32.56%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521128000.260.470.4026.6731.0345.49
Hex98705001A2F281b1f2d
Octal2301601200325750333755
Binary10011000111000010100000110101011111010001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987050; }

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

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

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

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

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

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

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

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