Html Css Color HEX #89635C Pharlap

📋 copy color: '#89635C'

red 137 ◦ green 99 ◦ blue 92

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

Shades of Pharlap #89635C

Tints of Pharlap #89635C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.18%

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

R = 41.77%
G = 30.18%
B = 28.05%

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

#89635C (or 0x89635C) is known color: Pharlap. HEX triplet: 89, 63 and 5C. RGB value is (137,99,92). Sum of RGB (Red+Green+Blue) = 137+99+92=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89635C is #769CA3. Grayscale: #6D6D6D. Windows color (decimal): -7773348 or 6054793. OLE color: 6054793.

HSL color Cylindrical-coordinate representation of color #89635C: hue angle of 9.33º 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 #89635C is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 99 92 -
CMYK 0 0.28 0.33 0.46
HSL 9.33º 0.2% 0.45% -
HSV(B) 9.33º 0.33% 0.54% -
XYZ 16.71 15.01 12.14 -
YUV 109.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 137 99 92 0 0.28 0.33 0.46 9.33 0.2 0.45
Hex 89 63 5C 0 1C 21 2E 9 14 2D
Octal 211 143 134 0 34 41 56 11 24 55
Binary 10001001 1100011 1011100 0 11100 100001 101110 1001 10100 101101

Color Harmonies of #89635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89635C

Black with #89635C

Text Example


Text Example

White with #89635C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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