#987342

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

Shades of Pale Brown #987342

Tints of Pale Brown #987342

Color information

#987342 (or 0x987342) is unknown color: approx Pale Brown. HEX triplet: 98, 73 and 42. RGB value is (152,115,66). Sum of RGB (Red+Green+Blue) = 152+115+66=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #987342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987342 is #678CBD. Grayscale: #787878. Windows color (decimal): -6786238 or 4354968. OLE color: 4354968.

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

Color convert

RGB15211566-
CMYK00.240.570.40
HSL34.19º39.45%42.75%-
HSV(B)34.19º56.58%59.61%-
XYZ20.0619.337.83-
YUV120.4897.26150.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=45.65%
G=34.53%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521156600.240.570.4034.1939.4542.75
Hex987342018392822272b
Octal2301631020307150424753
Binary1001100011100111000010011000111001101000100010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987342; }

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

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

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

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

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

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

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

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