Html Css Color HEX #89625C Pharlap

📋 copy color: '#89625C'

red 137 ◦ green 98 ◦ blue 92

#89625C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #89625C

Tints of Pharlap #89625C

RGB

 RED value IS 137 (53.91% from 255) = 41.9%

 GREEN value IS 98 (38.67% from 255) = 29.97%

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 41.9%
G = 29.97%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89625C (or 0x89625C) is known color: Pharlap. HEX triplet: 89, 62 and 5C. RGB value is (137,98,92). Sum of RGB (Red+Green+Blue) = 137+98+92=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #89625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89625C is #769DA3. Grayscale: #6D6D6D. Windows color (decimal): -7773604 or 6054537. OLE color: 6054537.

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

Color convert

RGB 137 98 92 -
CMYK 0 0.28 0.33 0.46
HSL 0.2% 0.45% -
HSV(B) 0.33% 0.54% -
XYZ 16.62 14.83 12.11 -
YUV 108.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 137 98 92 0 0.28 0.33 0.46 8 0.2 0.45
Hex 89 62 5C 0 1C 21 2E 8 14 2D
Octal 211 142 134 0 34 41 56 10 24 55
Binary 10001001 1100010 1011100 0 11100 100001 101110 1000 10100 101101

Color Harmonies of #89625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89625C

Black with #89625C

Text Example


Text Example

White with #89625C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89625C;
 }
 .AnyTagClassName
 {
   color: #89625C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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