#987458

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

Shades of Pale Brown #987458

Tints of Pale Brown #987458

Color information

#987458 (or 0x987458) is unknown color: approx Pale Brown. HEX triplet: 98, 74 and 58. RGB value is (152,116,88). Sum of RGB (Red+Green+Blue) = 152+116+88=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #987458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987458 is #678BA7. Grayscale: #7B7B7B. Windows color (decimal): -6785960 or 5797016. OLE color: 5797016.

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

Color convert

RGB15211688-
CMYK00.240.420.40
HSL26.25º26.67%47.06%-
HSV(B)26.25º42.11%59.61%-
XYZ20.9619.8711.96-
YUV123.57107.93148.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=42.70%
G=32.58%
B=24.72%

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
Decimal1521168800.240.420.4026.2526.6747.06
Hex9874580182A281a1b2f
Octal2301641300305250323357
Binary10011000111010010110000110001010101010001101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987458; }

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

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

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

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

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

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

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

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