#987142

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

Shades of Pale Brown #987142

Tints of Pale Brown #987142

Color information

#987142 (or 0x987142) is unknown color: approx Pale Brown. HEX triplet: 98, 71 and 42. RGB value is (152,113,66). Sum of RGB (Red+Green+Blue) = 152+113+66=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #987142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987142 is #678EBD. Grayscale: #777777. Windows color (decimal): -6786750 or 4354456. OLE color: 4354456.

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

Color convert

RGB15211366-
CMYK00.260.570.40
HSL32.79º39.45%42.75%-
HSV(B)32.79º56.58%59.61%-
XYZ19.8418.887.75-
YUV119.397.92151.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=45.92%
G=34.14%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521136600.260.570.4032.7939.4542.75
Hex98714201A392821272b
Octal2301611020327150414753
Binary1001100011100011000010011010111001101000100001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987142; }

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

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

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

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

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

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

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

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