#987552

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

Shades of Pale Brown #987552

Tints of Pale Brown #987552

Color information

#987552 (or 0x987552) is unknown color: approx Pale Brown. HEX triplet: 98, 75 and 52. RGB value is (152,117,82). Sum of RGB (Red+Green+Blue) = 152+117+82=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #987552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987552 is #678AAD. Grayscale: #7B7B7B. Windows color (decimal): -6785710 or 5404056. OLE color: 5404056.

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

Color convert

RGB15211782-
CMYK00.230.460.40
HSL30º29.91%45.88%-
HSV(B)30º46.05%59.61%-
XYZ20.8320.0110.75-
YUV123.48104.6148.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=43.30%
G=33.33%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521178200.230.460.403029.9145.88
Hex9875520172E281e1e2e
Octal2301651220275650363656
Binary10011000111010110100100101111011101010001111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987552; }

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

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

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

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

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

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

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

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