#89625D

Color #89625D Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #89625D

Tints of Pharlap #89625D

Color information

#89625D (or 0x89625D) is unknown color: approx Pharlap. HEX triplet: 89, 62 and 5D. RGB value is (137,98,93). Sum of RGB (Red+Green+Blue) = 137+98+93=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89625D is #769DA2. Grayscale: #6D6D6D. Windows color (decimal): -7773603 or 6120073. OLE color: 6120073.

HSL color Cylindrical-coordinate representation of color #89625D: hue angle of 6.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89625D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1379893-
CMYK00.280.320.46
HSL6.82º19.13%45.1%-
HSV(B)6.82º32.12%53.73%-
XYZ16.6614.8412.34-
YUV109.09118.92147.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=41.77%
G=29.88%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137989300.280.320.466.8219.1345.1
Hex89625D01C202E7132d
Octal211142135034405672355
Binary100010011100010101110101110010000010111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89625D; }

 p { color: rgb(137,98,93); }

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

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

 a { background-color: rgb(137,98,93); }

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

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

 span { border-color: rgb(137,98,93); }

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