#987144

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

Shades of Pale Brown #987144

Tints of Pale Brown #987144

Color information

#987144 (or 0x987144) is unknown color: approx Pale Brown. HEX triplet: 98, 71 and 44. RGB value is (152,113,68). Sum of RGB (Red+Green+Blue) = 152+113+68=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #987144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987144 is #678EBB. Grayscale: #777777. Windows color (decimal): -6786748 or 4485528. OLE color: 4485528.

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

Color convert

RGB15211368-
CMYK00.260.550.40
HSL32.14º38.18%43.14%-
HSV(B)32.14º55.26%59.61%-
XYZ19.918.98.07-
YUV119.5398.92151.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=45.65%
G=33.93%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521136800.260.550.4032.1438.1843.14
Hex98714401A372820262b
Octal2301611040326750404653
Binary1001100011100011000100011010110111101000100000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987144; }

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

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

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

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

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

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

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

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