#987455

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

Shades of Pale Brown #987455

Tints of Pale Brown #987455

Color information

#987455 (or 0x987455) is unknown color: approx Pale Brown. HEX triplet: 98, 74 and 55. RGB value is (152,116,85). Sum of RGB (Red+Green+Blue) = 152+116+85=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #987455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987455 is #678BAA. Grayscale: #7B7B7B. Windows color (decimal): -6785963 or 5600408. OLE color: 5600408.

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

Color convert

RGB15211685-
CMYK00.240.440.40
HSL27.76º28.27%46.47%-
HSV(B)27.76º44.08%59.61%-
XYZ20.8319.8211.32-
YUV123.23106.43148.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=43.06%
G=32.86%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521168500.240.440.4027.7628.2746.47
Hex9874550182C281c1c2e
Octal2301641250305450343456
Binary10011000111010010101010110001011001010001110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987455; }

 p { color: rgb(152,116,85); }

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

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

 a { background-color: rgb(152,116,85); }

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

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

 span { border-color: rgb(152,116,85); }

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