#987A54

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

Shades of Pale Brown #987A54

Tints of Pale Brown #987A54

Color information

#987A54 (or 0x987A54) is unknown color: approx Pale Brown. HEX triplet: 98, 7A and 54. RGB value is (152,122,84). Sum of RGB (Red+Green+Blue) = 152+122+84=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #987A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A54 is #6785AB. Grayscale: #7E7E7E. Windows color (decimal): -6784428 or 5536408. OLE color: 5536408.

HSL color Cylindrical-coordinate representation of color #987A54: hue angle of 33.53º 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 #987A54 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB15212284-
CMYK00.200.450.40
HSL33.53º28.81%46.27%-
HSV(B)33.53º44.74%59.61%-
XYZ21.5121.2311.35-
YUV126.64103.94146.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=42.46%
G=34.08%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521228400.200.450.4033.5328.8146.27
Hex987A540142D28221d2e
Octal2301721240245550423556
Binary100110001111010101010001010010110110100010001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987A54; }

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

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

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

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

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

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

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

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