Html Css Color HEX #89625A Pharlap

📋 copy color: '#89625A'

red 137 ◦ green 98 ◦ blue 90

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

Shades of Pharlap #89625A

Tints of Pharlap #89625A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 42.15%
G = 30.15%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89625A (or 0x89625A) is known color: Pharlap. HEX triplet: 89, 62 and 5A. RGB value is (137,98,90). Sum of RGB (Red+Green+Blue) = 137+98+90=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #89625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89625A is #769DA5. Grayscale: #6C6C6C. Windows color (decimal): -7773606 or 5923465. OLE color: 5923465.

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

Color convert

RGB 137 98 90 -
CMYK 0 0.28 0.34 0.46
HSL 10.21º 0.21% 0.45% -
HSV(B) 10.21º 0.34% 0.54% -
XYZ 16.53 14.79 11.66 -
YUV 108.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 137 98 90 0 0.28 0.34 0.46 10.21 0.21 0.45
Hex 89 62 5A 0 1C 22 2E A 15 2D
Octal 211 142 132 0 34 42 56 12 25 55
Binary 10001001 1100010 1011010 0 11100 100010 101110 1010 10101 101101

Color Harmonies of #89625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89625A

Black with #89625A

Text Example


Text Example

White with #89625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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