#987242

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

Shades of Pale Brown #987242

Tints of Pale Brown #987242

Color information

#987242 (or 0x987242) is unknown color: approx Pale Brown. HEX triplet: 98, 72 and 42. RGB value is (152,114,66). Sum of RGB (Red+Green+Blue) = 152+114+66=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #987242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987242 is #678DBD. Grayscale: #787878. Windows color (decimal): -6786494 or 4354712. OLE color: 4354712.

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

Color convert

RGB15211466-
CMYK00.250.570.40
HSL33.49º39.45%42.75%-
HSV(B)33.49º56.58%59.61%-
XYZ19.9519.17.79-
YUV119.8997.59150.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=45.78%
G=34.34%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521146600.250.570.4033.4939.4542.75
Hex987242019392821272b
Octal2301621020317150414753
Binary1001100011100101000010011001111001101000100001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987242; }

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

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

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

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

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

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

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

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