#987352

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

Shades of Pale Brown #987352

Tints of Pale Brown #987352

Color information

#987352 (or 0x987352) is unknown color: approx Pale Brown. HEX triplet: 98, 73 and 52. RGB value is (152,115,82). Sum of RGB (Red+Green+Blue) = 152+115+82=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #987352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987352 is #678CAD. Grayscale: #7A7A7A. Windows color (decimal): -6786222 or 5403544. OLE color: 5403544.

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

Color convert

RGB15211582-
CMYK00.240.460.40
HSL28.29º29.91%45.88%-
HSV(B)28.29º46.05%59.61%-
XYZ20.619.5510.67-
YUV122.3105.26149.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 115 (45.31% from 255) = 32.95%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=43.55%
G=32.95%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521158200.240.460.4028.2929.9145.88
Hex9873520182E281c1e2e
Octal2301631220305650343656
Binary10011000111001110100100110001011101010001110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987352; }

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

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

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

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

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

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

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

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