#987254

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

Shades of Pale Brown #987254

Tints of Pale Brown #987254

Color information

#987254 (or 0x987254) is unknown color: approx Pale Brown. HEX triplet: 98, 72 and 54. RGB value is (152,114,84). Sum of RGB (Red+Green+Blue) = 152+114+84=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #987254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987254 is #678DAB. Grayscale: #7A7A7A. Windows color (decimal): -6786476 or 5534360. OLE color: 5534360.

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

Color convert

RGB15211484-
CMYK00.250.450.40
HSL26.47º28.81%46.27%-
HSV(B)26.47º44.74%59.61%-
XYZ20.5719.3511.04-
YUV121.94106.59149.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 84 (33.20% from 255) = 24%
R=43.43%
G=32.57%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521148400.250.450.4026.4728.8146.27
Hex9872540192D281a1d2e
Octal2301621240315550323556
Binary10011000111001010101000110011011011010001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987254; }

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

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

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

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

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

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

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

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