#88625D

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

Shades of Pharlap #88625D

Tints of Pharlap #88625D

Color information

#88625D (or 0x88625D) is unknown color: approx Pharlap. HEX triplet: 88, 62 and 5D. RGB value is (136,98,93). Sum of RGB (Red+Green+Blue) = 136+98+93=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88625D is #779DA2. Grayscale: #6C6C6C. Windows color (decimal): -7839139 or 6120072. OLE color: 6120072.

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

Color convert

RGB1369893-
CMYK00.280.320.47
HSL6.98º18.78%44.9%-
HSV(B)6.98º31.62%53.33%-
XYZ16.514.7612.34-
YUV108.79119.09147.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=41.59%
G=29.97%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136989300.280.320.476.9818.7844.9
Hex88625D01C202F7132d
Octal210142135034405772355
Binary100010001100010101110101110010000010111111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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