Html Css Color HEX #89615D Pharlap

📋 copy color: '#89615D'

red 137 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #89615D

Tints of Pharlap #89615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 41.9%
G = 29.66%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89615D (or 0x89615D) is known color: Pharlap. HEX triplet: 89, 61 and 5D. RGB value is (137,97,93). Sum of RGB (Red+Green+Blue) = 137+97+93=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #89615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89615D is #769EA2. Grayscale: #6C6C6C. Windows color (decimal): -7773859 or 6119817. OLE color: 6119817.

HSL color Cylindrical-coordinate representation of color #89615D: hue angle of 5.45º 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 #89615D is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 93 -
CMYK 0 0.29 0.32 0.46
HSL 5.45º 0.19% 0.45% -
HSV(B) 5.45º 0.32% 0.54% -
XYZ 16.57 14.66 12.31 -
YUV 108.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 137 97 93 0 0.29 0.32 0.46 5.45 0.19 0.45
Hex 89 61 5D 0 1D 20 2E 5 13 2D
Octal 211 141 135 0 35 40 56 5 23 55
Binary 10001001 1100001 1011101 0 11101 100000 101110 101 10011 101101

Color Harmonies of #89615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89615D

Black with #89615D

Text Example


Text Example

White with #89615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89615D;
 }
 .AnyTagClassName
 {
   color: #89615D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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