#987353

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

Shades of Pale Brown #987353

Tints of Pale Brown #987353

Color information

#987353 (or 0x987353) is unknown color: approx Pale Brown. HEX triplet: 98, 73 and 53. RGB value is (152,115,83). Sum of RGB (Red+Green+Blue) = 152+115+83=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #987353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987353 is #678CAC. Grayscale: #7A7A7A. Windows color (decimal): -6786221 or 5469080. OLE color: 5469080.

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

Color convert

RGB15211583-
CMYK00.240.450.40
HSL27.83º29.36%46.08%-
HSV(B)27.83º45.39%59.61%-
XYZ20.6419.5610.87-
YUV122.42105.76149.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 83 (32.81% from 255) = 23.71%
R=43.43%
G=32.86%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521158300.240.450.4027.8329.3646.08
Hex9873530182D281c1d2e
Octal2301631230305550343556
Binary10011000111001110100110110001011011010001110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987353; }

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

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

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

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

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

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

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

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