#987150

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

Shades of Pale Brown #987150

Tints of Pale Brown #987150

Color information

#987150 (or 0x987150) is unknown color: approx Pale Brown. HEX triplet: 98, 71 and 50. RGB value is (152,113,80). Sum of RGB (Red+Green+Blue) = 152+113+80=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #987150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987150 is #678EAF. Grayscale: #797979. Windows color (decimal): -6786736 or 5271960. OLE color: 5271960.

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

Color convert

RGB15211380-
CMYK00.260.470.40
HSL27.5º31.03%45.49%-
HSV(B)27.5º47.37%59.61%-
XYZ20.319.0610.2-
YUV120.9104.92150.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=44.06%
G=32.75%
B=23.19%

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
Decimal1521138000.260.470.4027.531.0345.49
Hex98715001A2F281b1f2d
Octal2301611200325750333755
Binary10011000111000110100000110101011111010001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987150; }

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

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

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

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

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

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

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

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