#987442

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

Shades of Pale Brown #987442

Tints of Pale Brown #987442

Color information

#987442 (or 0x987442) is unknown color: approx Pale Brown. HEX triplet: 98, 74 and 42. RGB value is (152,116,66). Sum of RGB (Red+Green+Blue) = 152+116+66=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987442 is #678BBD. Grayscale: #797979. Windows color (decimal): -6785982 or 4355224. OLE color: 4355224.

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

Color convert

RGB15211666-
CMYK00.240.570.40
HSL34.88º39.45%42.75%-
HSV(B)34.88º56.58%59.61%-
XYZ20.1819.567.87-
YUV121.0696.93150.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=45.51%
G=34.73%
B=19.76%

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
Decimal1521166600.240.570.4034.8839.4542.75
Hex987442018392823272b
Octal2301641020307150434753
Binary1001100011101001000010011000111001101000100011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987442; }

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

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

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

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

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

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

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

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