#987249

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

Shades of Pale Brown #987249

Tints of Pale Brown #987249

Color information

#987249 (or 0x987249) is unknown color: approx Pale Brown. HEX triplet: 98, 72 and 49. RGB value is (152,114,73). Sum of RGB (Red+Green+Blue) = 152+114+73=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #987249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987249 is #678DB6. Grayscale: #787878. Windows color (decimal): -6786487 or 4813464. OLE color: 4813464.

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

Color convert

RGB15211473-
CMYK00.250.520.40
HSL31.14º35.11%44.12%-
HSV(B)31.14º51.97%59.61%-
XYZ20.1719.198.94-
YUV120.69101.09150.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=44.84%
G=33.63%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521147300.250.520.4031.1435.1144.12
Hex98724901934281f232c
Octal2301621110316450374354
Binary100110001110010100100101100111010010100011111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987249; }

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

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

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

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

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

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

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

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