#987549

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

Shades of Pale Brown #987549

Tints of Pale Brown #987549

Color information

#987549 (or 0x987549) is unknown color: approx Pale Brown. HEX triplet: 98, 75 and 49. RGB value is (152,117,73). Sum of RGB (Red+Green+Blue) = 152+117+73=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #987549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987549 is #678AB6. Grayscale: #7A7A7A. Windows color (decimal): -6785719 or 4814232. OLE color: 4814232.

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

Color convert

RGB15211773-
CMYK00.230.520.40
HSL33.42º35.11%44.12%-
HSV(B)33.42º51.97%59.61%-
XYZ20.5119.889.06-
YUV122.45100.1149.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=44.44%
G=34.21%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521177300.230.520.4033.4235.1144.12
Hex987549017342821232c
Octal2301651110276450414354
Binary1001100011101011001001010111110100101000100001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987549; }

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

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

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

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

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

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

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

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