#987245

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

Shades of Pale Brown #987245

Tints of Pale Brown #987245

Color information

#987245 (or 0x987245) is unknown color: approx Pale Brown. HEX triplet: 98, 72 and 45. RGB value is (152,114,69). Sum of RGB (Red+Green+Blue) = 152+114+69=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #987245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987245 is #678DBA. Grayscale: #787878. Windows color (decimal): -6786491 or 4551320. OLE color: 4551320.

HSL color Cylindrical-coordinate representation of color #987245: hue angle of 32.53º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #987245 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB15211469-
CMYK00.250.550.40
HSL32.53º37.56%43.33%-
HSV(B)32.53º54.61%59.61%-
XYZ20.0419.148.27-
YUV120.2399.09150.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=45.37%
G=34.03%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521146900.250.550.4032.5337.5643.33
Hex987245019372821262b
Octal2301621050316750414653
Binary1001100011100101000101011001110111101000100001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987245; }

 p { color: rgb(152,114,69); }

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

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

 a { background-color: rgb(152,114,69); }

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

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

 span { border-color: rgb(152,114,69); }

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