#987052

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

Shades of Pale Brown #987052

Tints of Pale Brown #987052

Color information

#987052 (or 0x987052) is unknown color: approx Pale Brown. HEX triplet: 98, 70 and 52. RGB value is (152,112,82). Sum of RGB (Red+Green+Blue) = 152+112+82=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #987052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987052 is #678FAD. Grayscale: #787878. Windows color (decimal): -6786990 or 5402776. OLE color: 5402776.

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

Color convert

RGB15211282-
CMYK00.260.460.40
HSL25.71º29.91%45.88%-
HSV(B)25.71º46.05%59.61%-
XYZ20.2718.8710.56-
YUV120.54106.25150.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=43.93%
G=32.37%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521128200.260.460.4025.7129.9145.88
Hex98705201A2E281a1e2e
Octal2301601220325650323656
Binary10011000111000010100100110101011101010001101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987052; }

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

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

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

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

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

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

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

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