#987453

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

Shades of Pale Brown #987453

Tints of Pale Brown #987453

Color information

#987453 (or 0x987453) is unknown color: approx Pale Brown. HEX triplet: 98, 74 and 53. RGB value is (152,116,83). Sum of RGB (Red+Green+Blue) = 152+116+83=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #987453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987453 is #678BAC. Grayscale: #7B7B7B. Windows color (decimal): -6785965 or 5469336. OLE color: 5469336.

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

Color convert

RGB15211683-
CMYK00.240.450.40
HSL28.7º29.36%46.08%-
HSV(B)28.7º45.39%59.61%-
XYZ20.7619.7910.91-
YUV123105.43148.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=43.30%
G=33.05%
B=23.65%

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
Decimal1521168300.240.450.4028.729.3646.08
Hex9874530182D281d1d2e
Octal2301641230305550353556
Binary10011000111010010100110110001011011010001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987453; }

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

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

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

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

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

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

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

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