#987153

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

Shades of Pale Brown #987153

Tints of Pale Brown #987153

Color information

#987153 (or 0x987153) is unknown color: approx Pale Brown. HEX triplet: 98, 71 and 53. RGB value is (152,113,83). Sum of RGB (Red+Green+Blue) = 152+113+83=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #987153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987153 is #678EAC. Grayscale: #797979. Windows color (decimal): -6786733 or 5468568. OLE color: 5468568.

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

Color convert

RGB15211383-
CMYK00.260.450.40
HSL26.09º29.36%46.08%-
HSV(B)26.09º45.39%59.61%-
XYZ20.4219.1110.8-
YUV121.24106.42149.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=43.68%
G=32.47%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521138300.260.450.4026.0929.3646.08
Hex98715301A2D281a1d2e
Octal2301611230325550323556
Binary10011000111000110100110110101011011010001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987153; }

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

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

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

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

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

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

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

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