#987350

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

Shades of Pale Brown #987350

Tints of Pale Brown #987350

Color information

#987350 (or 0x987350) is unknown color: approx Pale Brown. HEX triplet: 98, 73 and 50. RGB value is (152,115,80). Sum of RGB (Red+Green+Blue) = 152+115+80=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #987350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987350 is #678CAF. Grayscale: #7A7A7A. Windows color (decimal): -6786224 or 5272472. OLE color: 5272472.

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

Color convert

RGB15211580-
CMYK00.240.470.40
HSL29.17º31.03%45.49%-
HSV(B)29.17º47.37%59.61%-
XYZ20.5319.5210.27-
YUV122.07104.26149.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=43.80%
G=33.14%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521158000.240.470.4029.1731.0345.49
Hex9873500182F281d1f2d
Octal2301631200305750353755
Binary10011000111001110100000110001011111010001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987350; }

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

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

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

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

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

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

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

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