#987358

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

Shades of Pale Brown #987358

Tints of Pale Brown #987358

Color information

#987358 (or 0x987358) is unknown color: approx Pale Brown. HEX triplet: 98, 73 and 58. RGB value is (152,115,88). Sum of RGB (Red+Green+Blue) = 152+115+88=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #987358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987358 is #678CA7. Grayscale: #7B7B7B. Windows color (decimal): -6786216 or 5796760. OLE color: 5796760.

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

Color convert

RGB15211588-
CMYK00.240.420.40
HSL25.31º26.67%47.06%-
HSV(B)25.31º42.11%59.61%-
XYZ20.8419.6411.93-
YUV122.98108.26148.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=42.82%
G=32.39%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521158800.240.420.4025.3126.6747.06
Hex9873580182A28191b2f
Octal2301631300305250313357
Binary10011000111001110110000110001010101010001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987358; }

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

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

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

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

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

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

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

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